UNPKG

@loopback/docs

Version:
41 lines (29 loc) 1.52 kB
--- lang: en title: 'API docs: authentication-jwt.user' keywords: LoopBack 4.0, LoopBack 4 sidebar: lb4_sidebar editurl: https://github.com/strongloop/loopback-next/tree/master/extensions/authentication-jwt permalink: /doc/en/lb4/apidocs.authentication-jwt.user.html --- <!-- Do not edit this file. It is automatically generated by API Documenter. --> [Home](./index.md) &gt; [@loopback/authentication-jwt](./authentication-jwt.md) &gt; [User](./authentication-jwt.user.md) ## User class <b>Signature:</b> ```typescript export declare class User extends Entity ``` ## Constructors | Constructor | Modifiers | Description | | --- | --- | --- | | [(constructor)(data)](./authentication-jwt.user._constructor_.md) | | Constructs a new instance of the <code>User</code> class | ## Properties | Property | Modifiers | Type | Description | | --- | --- | --- | --- | | [email](./authentication-jwt.user.email.md) | | <code>string</code> | | | [emailVerified](./authentication-jwt.user.emailverified.md) | | <code>boolean</code> | | | [id](./authentication-jwt.user.id.md) | | <code>number</code> | | | [realm](./authentication-jwt.user.realm.md) | | <code>string</code> | | | [userCredentials](./authentication-jwt.user.usercredentials.md) | | <code>UserCredentials</code> | | | [username](./authentication-jwt.user.username.md) | | <code>string</code> | | | [verificationToken](./authentication-jwt.user.verificationtoken.md) | | <code>string</code> | |