@loopback/docs
Version:
Documentation files rendered at [https://loopback.io](https://loopback.io)
73 lines (38 loc) • 1.56 kB
Markdown
---
lang: en
title: 'API docs: authentication-jwt.refreshtokenconstants'
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.refreshtokenconstants.html
---
<!-- Do not edit this file. It is automatically generated by API Documenter. -->
[Home](./index.md) > [@loopback/authentication-jwt](./authentication-jwt.md) > [RefreshTokenConstants](./authentication-jwt.refreshtokenconstants.md)
## RefreshTokenConstants namespace
Constant values used when generating refresh token.
**Signature:**
```typescript
export declare namespace RefreshTokenConstants
```
## Variables
<table><thead><tr><th>
Variable
</th><th>
Description
</th></tr></thead>
<tbody><tr><td markdown="1">
[REFRESH\_EXPIRES\_IN\_VALUE](./authentication-jwt.refreshtokenconstants.refresh_expires_in_value.md)
</td><td markdown="1">
The default expiration time for refresh token.
</td></tr>
<tr><td markdown="1">
[REFRESH\_ISSUER\_VALUE](./authentication-jwt.refreshtokenconstants.refresh_issuer_value.md)
</td><td markdown="1">
The default issuer used when generating refresh token.
</td></tr>
<tr><td markdown="1">
[REFRESH\_SECRET\_VALUE](./authentication-jwt.refreshtokenconstants.refresh_secret_value.md)
</td><td markdown="1">
The default secret used when generating refresh token.
</td></tr>
</tbody></table>