INNER CODE UNIT · TypeScript
getClientAuth
octelium/octelium · cluster/authserver/authserver/web/package/src/utils/client/index.ts:28
export const getClientAuth = (): AuthGRPC.MainServiceClient => {
client ??= new AuthGRPC.MainServiceClient(getTransport());
return client;
};