foundation-comms.authinfo
Home > @genesislcap/foundation-comms > AuthInfo
AuthInfo type
Union type of all authentication information types.
Signature:
export type AuthInfo = BasicAuthInfo | SsoAuthInfo | JwtAuthInfo | RefreshAuthInfo;
References: BasicAuthInfo, SsoAuthInfo, JwtAuthInfo, RefreshAuthInfo