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 Provides access to events specific to Security Options.
    Lockout Options that you can use to configure user lockout.
    NewUserRoleName Specifies the name of a role assigned to an automatically created user.
    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 Specifies the permission role type.
    SupportNavigationPermissionsForTypes Specifies whether navigation permissions are available for specific role types.
    UserLoginInfoType Specifies the type of object that stores user login information.
    UserTokenType Specifies the type of object that stores refreshed token information, including user ID, expiration settings, and token string.
    UserType Specifies the application user type.
    See Also