OAuthIdentity interface
Signature:
export declare interface OAuthIdentity
Properties
| Property | Type | Description |
|---|---|---|
| claims | { email?: string; } | |
| id | string | |
| providerType | string | |
| providerUserID | string | |
| rawProfile | JSONObject | |
| type | "oauth" |
Signature:
export declare interface OAuthIdentity
| Property | Type | Description |
|---|---|---|
| claims | { email?: string; } | |
| id | string | |
| providerType | string | |
| providerUserID | string | |
| rawProfile | JSONObject | |
| type | "oauth" |