Method: Authlete::Api#device_verification
- Defined in:
- lib/authlete/api.rb
#device_verification(request) ⇒ Object
464 465 466 467 468 |
# File 'lib/authlete/api.rb', line 464 def device_verification(request) hash = call_api_json_service("/api/device/verification", to_hash(request)) Authlete::Model::Response::DeviceVerificationResponse.new(hash) end |