Page Contents
Home > @loopback/authentication-jwt > User
User class
Signature:
export declare class User extends Entity
Extends: Entity
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| (constructor)(data) | Constructs a new instance of the User class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| string | |||
| emailVerified? | boolean | (Optional) | |
| id | string | ||
| realm? | string | (Optional) | |
| userCredentials | UserCredentials | ||
| username? | string | (Optional) | |
| verificationToken? | string | (Optional) |