The Access Token Entity
Catalytic\SDK\Entities\AccessToken
Common Instance Methods
Name | Return Type | Description |
---|---|---|
getId | string | 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 these Access Token grant 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 |
Constructors
AccessToken
instances should not be created directly via the constructor.
Updated almost 3 years ago