Method: Falcon::InstallationTokensApi#customer_settings_read

Defined in:
lib/crimson-falcon/api/installation_tokens_api.rb

#customer_settings_read(opts = {}) ⇒ ApiCustomerSettingsResponseV1

Check current installation token settings.

Parameters:

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

    the optional parameters

Returns:



167
168
169
170
# File 'lib/crimson-falcon/api/installation_tokens_api.rb', line 167

def customer_settings_read(opts = {})
  data, _status_code, _headers = customer_settings_read_with_http_info(opts)
  data
end