Skip to main content
All docs
V25.2
  • SecurityOptions Properties

    Contains user security options.
    Name Description
    AccessTokenExpiration Specifies the lifetime of the JWT access token. The token authenticates requests between the client application and the Middle Tier server.
    Events
    Lockout Options that you can use to configure user lockout.
    NewUserRoleName
    RefreshAccessTokens Specifies if the Middle Tier server application refreshes expired access tokens.
    RefreshTokenExpiration Specifies how long the refreshed token is valid. The refresh token lets you get new JWT access tokens after old tokens expire.
    RoleType
    SupportNavigationPermissionsForTypes
    UserLoginInfoType
    UserTokenType Specifies the type of object that stores refreshed token information, including user ID, expiration settings, and token string.
    UserType
    See Also