User interface
Signature:
export declare interface User
Properties
| Property | Type | Description |
|---|---|---|
| createdAt | Date | User creation time. |
| id | string | User ID. |
| isAnonymous | boolean | Indicates whether the user is anonymous user. |
| isDisabled | boolean | Indicates whether the user is disabled. |
| isManuallyVerified | boolean | Indicates whether the user is verified manually. |
| isVerified | boolean | Indicates whether the user is verified. |
| lastLoginAt | Date | User last login time. |
| metadata | JSONObject | User custom metadata. |