foundation-comms.jwtauthinfo
Home > @genesislcap/foundation-comms > JwtAuthInfo
JwtAuthInfo type
Represents JWT authentication information.
Signature:
export type JwtAuthInfo = {
type: AuthType & AuthType.JWT;
jwt: string;
domain: string;
};
References: AuthType, AuthType.JWT