Class: Authlete::Model::Request::DeviceVerificationRequest

Inherits:
Base
  • Object
show all
Includes:
Utility
Defined in:
lib/authlete/model/request/device-verification-request.rb

Instance Attribute Summary collapse

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

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#userCodeObject 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