@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
24 lines (16 loc) • 989 B
Markdown
lang: en
title: 'API docs: authentication-jwt.refreshtokenservicebindings.refresh_repository'
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.refresh_repository.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) > [REFRESH\_REPOSITORY](./authentication-jwt.refreshtokenservicebindings.refresh_repository.md)
## RefreshTokenServiceBindings.REFRESH\_REPOSITORY variable
Key for the repository that stores the refresh token and its bound user information
**Signature:**
```typescript
REFRESH_REPOSITORY = "repositories.RefreshTokenRepository"
```