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.v25.2.dll
NuGet Package: DevExpress.ExpressApp.Security
Declaration
Property Value
| Type | Default | Description |
|---|---|---|
| TimeSpan | TimeSpan.FromMinutes(30) | Refreshed token lifetime. |
See Also