Sha256: d20d33d3e68bbee9cfa99226b923716028ea5b2b533b3c5fdd0d1b9a2d50b383
Contents?: true
Size: 842 Bytes
Versions: 3
Compression:
Stored size: 842 Bytes
Contents
# OpenapiClient::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] **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] ## Code Sample ```ruby require 'OpenapiClient' instance = OpenapiClient::AccessTokenResponse.new(access_token: Rft3dqrs56Blirls56a, client_request_id: 30dd879c-ee2f-11db-8314-0800200c9a66, request_status: null) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
first_data_gateway-1.5.0 | docs/AccessTokenResponse.md |
first_data_gateway-1.4.0 | docs/AccessTokenResponse.md |
first_data_gateway-1.3.0 | docs/AccessTokenResponse.md |