CustomTokenIdentity interface
Signature:
export declare interface CustomTokenIdentity
Properties
Property | Type | Description |
---|---|---|
claims | { email?: string; } | Identity claims. |
id | string | Identity ID. |
providerUserID | string | User ID at the provider. |
rawProfile | JSONObject | Raw user profile from the provider. |
type | "custom_token" | Identity type. |