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