Method: Authlete::Api#get_client_authorization_list
- Defined in:
- lib/authlete/api.rb
#get_client_authorization_list(request) ⇒ Object
319 320 321 322 323 |
# File 'lib/authlete/api.rb', line 319 def (request) hash = call_api_json_service("/api/client/authorization/get/list", to_hash(request)) Authlete::Model::Response::AuthorizedClientListResponse.new(hash) end |