OAuthIdentity interface
Signature:
export declare interface OAuthIdentity
Properties
Property | Type | Description |
---|---|---|
claims | { email?: string; } | Identity claims. |
id | string | Identity ID. |
providerType | string | OAuth SSO provider type. |
providerUserID | string | OAuth SSO provider ID. |
rawProfile | JSONObject | Raw user profile from the provider. |
type | "oauth" | Identity type. |