description |
---|
Access token resource |
An access token is associated with an API key to allow access to project APIs.
Name | Type | Format | Description |
---|---|---|---|
name | string | The access token name | |
token | string | The read-only access token value |
{
"name": "default",
"token": "3gNAeyXAqClzWd4XH8kL4zFgxskDntaNtPkVXBOXjFKs6Mx3"
}