The Access Token Entity
catalytic.sdk.entities.AccessToken
Common Instance Methods
Name | Return Type | Description |
---|---|---|
getId | UUID | The unique ID of the Access Token |
getName | String | The descriptive name of the Access Token |
getToken | String | The serialized Access Token string |
Other Instance Methods
Name | Return Type | Description |
---|---|---|
getDomain | String | The hostname of the Catalytic team to which this Access Token grants access |
getType | AccessTokenType | Will always be User for user access tokens |
getSecret | String | The hex-encoded bytes of the secret key for this token |
getEnvironment | String | An internal reference to the Catalytic environment, typically v1 |
getReferenceName | String | Read-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.
Updated almost 3 years ago