Skip to main content
All docs
V25.2
  • 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

    public TimeSpan RefreshTokenExpiration { get; set; }

    Property Value

    Type Default Description
    TimeSpan TimeSpan.FromMinutes(30)

    Refreshed token lifetime.

    See Also