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

    Specifies the type of object that stores refreshed token information, including user ID, expiration settings, and token string.

    Namespace: DevExpress.ExpressApp.Security

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

    NuGet Package: DevExpress.ExpressApp.Security

    Declaration

    public Type UserTokenType { get; set; }

    Property Value

    Type Description
    Type

    The type of object that contains user token information.

    See Also