# SwaggerClient::AccessTokenResponse ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **access_token** | **String** | Access Token for authentication | [optional] **client_request_id** | **String** | Echoes back the value from the request header for tracking | [optional] **api_trace_id** | **String** | Request identifier in API. Use this to request logs from support. | [optional] **request_status** | **String** | The result of the requested operation. If this is anything other than 'SUCCESS', please refer to the 400s HTTP error codes. See ErrorResponse object for details. | [optional]