Token

An OAuth2 Token for AthomCloudAPI.

Instance Properties

access_token

access_token: string

Access Token

Type

  • string

expires_in

expires_in: number

Amount of seconds until the token expires

Type

  • number

grant_type

grant_type: string

The grant type, e.g. authorization_code or client_credentials.

Type

  • string

refresh_token

refresh_token: string

Refresh Token

Type

  • string

token_type

token_type: string

The token type, usually bearer.

Type

  • string