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.
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 |