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

    public TimeSpan AccessTokenExpiration { get; set; }

    Property Value

    Type Default Description
    TimeSpan TimeSpan.FromMinutes(15)

    The JWT access token lifetime.

    See Also