foundation-comms.ssoauthinfo
Home > @genesislcap/foundation-comms > SsoAuthInfo
SsoAuthInfo type
Represents SSO authentication information.
Signature:
export type SsoAuthInfo = {
type: AuthType & AuthType.SSO;
ssoToken: string;
};
References: AuthType, AuthType.SSO