SecurityOptions.RefreshTokenExpiration Property
Specifies how long the refreshed token is valid. The refresh token lets you get new JWT access tokens after old tokens expire.
Namespace: DevExpress.ExpressApp.Security
Assembly: DevExpress.ExpressApp.Security.v26.1.dll
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| TimeSpan | TimeSpan.FromMinutes(30) | Refreshed token lifetime. |
See Also