Method: Authlete::Api#get_client_authorization_list

Defined in:
lib/authlete/api.rb

#get_client_authorization_list(request) ⇒ Object



302
303
304
305
306
# File 'lib/authlete/api.rb', line 302

def get_client_authorization_list(request)
  hash = call_api_json_service("/api/client/authorization/get/list", to_hash(request))

  Authlete::Model::Response::AuthorizedClientListResponse.new(hash)
end