The Access Token Entity

catalytic.sdk.entities.AccessToken

Common Instance Methods

NameReturn TypeDescription
getIdUUIDThe 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 this Access Token grants 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. Used when a Workflow is added to collection`

Constructors

AccessToken instances should not be created directly via the constructor.