Skip to main content
All docs
V25.2
  • SecurityOptions.RefreshAccessTokens Property

    Specifies if the Middle Tier server application refreshes expired access tokens.

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.Security.v25.2.dll

    NuGet Package: DevExpress.ExpressApp.Security

    Declaration

    public bool RefreshAccessTokens { get; set; }

    Property Value

    Type Description
    Boolean

    true to refresh expired access tokens; otherwise, false.

    See Also