AccountToken

The AccountToken class represents an access token for Adaxes REST API. For details about authenticating to the REST API and generating access tokens, see REST API overview.

Namespace: Softerra.Adaxes.AccessControl

Properties

  • Property

  • Description

  • AccountSid

  • Get the security identifier (SID) of the account for which the token was issued.

  • Name

  • Gets the token name.

  • Description

  • Gets the token description.

  • CreatedAt

  • Gets the date and time when the token was generated.

  • ExpiresAt

  • Gets the date and time when the token expires.

  • LastActivityAt

  • Gets the date and time when the token was last used to authenticate.

Details

AccountSid

Get the security identifier (SID) of the account for which the token was issued.

  • Type:
  • Sid
  • Access:
  • Read-only

Name

Gets the token name.

  • Type:
  • string
  • Access:
  • Read-only

Description

Gets the token description.

  • Type:
  • string
  • Access:
  • Read-only

CreatedAt

Gets the date and time when the token was generated.

  • Type:
  • DateTime
  • Access:
  • Read-only

ExpiresAt

Gets the date and time when the token expires. If the token never expires, the property value is null.

  • Type:
  • DateTime
  • Access:
  • Read-only

LastActivityAt

Gets the date and time when the token was last used to authenticate. If the token was never used, the property value is null.

  • Type:
  • DateTime
  • Access:
  • Read-only

Requirements

Minimum required version: 2026.1

See also