Method: IntegrationApi::UtilsApi#create_token_exchange_using_post

Defined in:
lib/integration_api/api/utils_api.rb

#create_token_exchange_using_post(exchange_token_co, opts = {}) ⇒ ExchangePublicTokenVO

Retrieve token based on certain vendor specific value Retrieve the token.

Parameters:

  • exchange_token_co

    exchangeTokenCO

  • opts (Hash) (defaults to: {})

    the optional parameters

Returns:



27
28
29
30
# File 'lib/integration_api/api/utils_api.rb', line 27

def create_token_exchange_using_post(exchange_token_co, opts = {})
  data, _status_code, _headers = create_token_exchange_using_post_with_http_info(exchange_token_co, opts)
  data
end