JSON object that describes an authentication Token
Some Authentication schemes generate a token. This object stores that information. An Authentication Setting can have many Tokens.
Name | Description | Required? |
---|---|---|
meta | See below | Y |
token | See below | N |
api_response | Object containing the response of the API call that created this token (for JSON APIs) | N |
meta
Name | Description | Required? |
---|---|---|
name | Name of token, for your reference. | Y |
owner | ID of the owner | N - read only |
domain | Hostname of the site for the authentication (e.g. client.apimetrics.com) | N - read only |
auth_id | ID for the authentication settings | Y |
token
Name | Description | Required? |
---|---|---|
expire_time | Time the token expires | N |