Page Contents
Home > @loopback/authentication-jwt > RefreshTokenServiceBindings
RefreshTokenServiceBindings namespace
Bindings related to token refresh service. The omitted explanation can be found in namespace RefreshTokenConstants.
Signature:
export declare namespace RefreshTokenServiceBindings
Variables
| Variable | Description |
|---|---|
| DATASOURCE_NAME | The backend datasource for refresh token’s persistency. |
| REFRESH_EXPIRES_IN | |
| REFRESH_ISSUER | |
| REFRESH_REPOSITORY | Key for the repository that stores the refresh token and its bound user information |
| REFRESH_SECRET | |
| REFRESH_TOKEN_SERVICE |