PasswordIdentity interface
Signature:
export declare interface PasswordIdentity
Properties
| Property | Type | Description |
|---|---|---|
| claims | { email?: string; } | Identity claims. |
| id | string | Identity ID. |
| loginID | string | Login ID. |
| loginIDKey | string | Login ID key. |
| type | "password" | Identity type. |