Method: OpenapiClient::AuthenticationApi#authentication_access_tokens_post
- Defined in:
- lib/openapi_client/api/authentication_api.rb
#authentication_access_tokens_post(content_type, client_request_id, api_key, timestamp, access_token_request, opts = {}) ⇒ AccessTokenResponse
Generate an access token for user authentication. This is the access token generation call for authorizing subsequent financial transactions. A valid access token is required for web client requests.
32 33 34 35 |
# File 'lib/openapi_client/api/authentication_api.rb', line 32 def authentication_access_tokens_post(content_type, client_request_id, api_key, , access_token_request, opts = {}) data, _status_code, _headers = authentication_access_tokens_post_with_http_info(content_type, client_request_id, api_key, , access_token_request, opts) data end |