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 |
Name | Description | Required? |
---|
name | Name of the token, for your reference. | Y |
owner | The ID of the owner | N - read-only |
domain | The hostname of the site for the authentication (e.g. client.apimetrics.com) | N - read-only |
auth_id | ID for the Authentication Settings | Y |
Name | Description | Required? |
---|
expire_time | Time the token expires | N |