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