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](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenservicebindings.datasource_name.html) The backend datasource for refresh token's persistency.
[REFRESH\_EXPIRES\_IN](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenservicebindings.refresh_expires_in.html)
[REFRESH\_ISSUER](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenservicebindings.refresh_issuer.html)
[REFRESH\_REPOSITORY](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenservicebindings.refresh_repository.html) Key for the repository that stores the refresh token and its bound user information
[REFRESH\_SECRET](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenservicebindings.refresh_secret.html)
[REFRESH\_TOKEN\_SERVICE](/doc/en/lb4/apidocs.authentication-jwt.refreshtokenservicebindings.refresh_token_service.html)