@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
98 lines (49 loc) • 2.12 kB
Markdown
---
lang: en
title: 'API docs: authentication-jwt.refreshtokenservicebindings'
keywords: LoopBack 4.0, LoopBack 4, Node.js, TypeScript, OpenAPI
sidebar: lb4_sidebar
editurl: https://github.com/loopbackio/loopback-next/tree/master/extensions/authentication-jwt
permalink: /doc/en/lb4/apidocs.authentication-jwt.refreshtokenservicebindings.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication-jwt](./authentication-jwt.md) > [RefreshTokenServiceBindings](./authentication-jwt.refreshtokenservicebindings.md)
## RefreshTokenServiceBindings namespace
Bindings related to token refresh service. The omitted explanation can be found in namespace `RefreshTokenConstants`<!-- -->.
**Signature:**
```typescript
export declare namespace RefreshTokenServiceBindings
```
## Variables
<table><thead><tr><th>
Variable
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[DATASOURCE\_NAME](./authentication-jwt.refreshtokenservicebindings.datasource_name.md)
</td><td markdown="1">
The backend datasource for refresh token's persistency.
</td></tr>
<tr><td markdown="1">
[REFRESH\_EXPIRES\_IN](./authentication-jwt.refreshtokenservicebindings.refresh_expires_in.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[REFRESH\_ISSUER](./authentication-jwt.refreshtokenservicebindings.refresh_issuer.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[REFRESH\_REPOSITORY](./authentication-jwt.refreshtokenservicebindings.refresh_repository.md)
</td><td markdown="1">
Key for the repository that stores the refresh token and its bound user information
</td></tr>
<tr><td markdown="1">
[REFRESH\_SECRET](./authentication-jwt.refreshtokenservicebindings.refresh_secret.md)
</td><td markdown="1">
</td></tr>
<tr><td markdown="1">
[REFRESH\_TOKEN\_SERVICE](./authentication-jwt.refreshtokenservicebindings.refresh_token_service.md)
</td><td markdown="1">
</td></tr>
</tbody></table>