Class: Authlete::Model::Request::DeviceVerificationRequest
- Includes:
- Utility
- Defined in:
- lib/authlete/model/request/device-verification-request.rb
Instance Attribute Summary collapse
-
#userCode ⇒ Object
(also: #user_code)
Returns the value of attribute userCode.
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#userCode ⇒ Object Also known as: user_code
Returns the value of attribute userCode.
24 25 26 |
# File 'lib/authlete/model/request/device-verification-request.rb', line 24 def userCode @userCode end |