SecurityOptions.AccessTokenExpiration Property
Specifies the lifetime of the JWT access token. The token authenticates requests between the client application and the Middle Tier server.
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(15) | The JWT access token lifetime. |
See Also