Page Contents
Home > @loopback/authentication-jwt > RefreshToken
RefreshToken class
Signature:
export declare class RefreshToken extends Entity
Extends: Entity
Constructors
| Constructor | Modifiers | Description |
|---|---|---|
| [(constructor)(data)](/doc/en/lb4/apidocs.authentication-jwt.refreshtoken._constructor_.html) | Constructs a new instance of the `RefreshToken` class |
Properties
| Property | Modifiers | Type | Description |
|---|---|---|---|
| [id](/doc/en/lb4/apidocs.authentication-jwt.refreshtoken.id.html) | number | ||
| [refreshToken](/doc/en/lb4/apidocs.authentication-jwt.refreshtoken.refreshtoken.html) | string | ||
| [userId](/doc/en/lb4/apidocs.authentication-jwt.refreshtoken.userid.html) | string |