Page Contents
Home > @loopback/authentication-jwt > RefreshTokenConstants
RefreshTokenConstants namespace
Constant values used when generating refresh token.
Signature:
export declare namespace RefreshTokenConstants
Variables
| Variable | Description |
|---|---|
| [REFRESH\_EXPIRES\_IN\_VALUE](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenconstants.refresh_expires_in_value.html) | The default expiration time for refresh token. |
| [REFRESH\_ISSUER\_VALUE](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenconstants.refresh_issuer_value.html) | The default issuer used when generating refresh token. |
| [REFRESH\_SECRET\_VALUE](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenconstants.refresh_secret_value.html) | The default secret used when generating refresh token. |