Skip to main content
All docs
V26.1
  • SecurityOptions.RefreshAccessTokens Property

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

    Namespace: DevExpress.ExpressApp.Security

    Assembly: DevExpress.ExpressApp.Security.v26.1.dll

    Declaration

    public bool RefreshAccessTokens { get; set; }

    Property Value

    Type Description
    Boolean

    true to refresh expired access tokens; otherwise, false.

    See Also