The Access Token Entity

Catalytic\SDK\Entities\AccessToken

Common Instance Methods

NameReturn TypeDescription
getIdstringThe unique ID of the Access Token
getNamestringThe descriptive name of the Access Token
getTokenstringThe serialized Access Token string

Other Instance Methods

NameReturn TypeDescription
getDomainstringThe hostname of the Catalytic team to which these Access Token grant access
getTypeAccessTokenTypeWill always be User for user access tokens
getSecretstringThe hex-encoded bytes of the secret key for this token
getEnvironmentstringAn internal reference to the Catalytic environment, typically v1
getReferenceNamestringRead-only alias for Id, represented as a string

Constructors

AccessToken instances should not be created directly via the constructor.