Class: Authlete::Model::Response::DeviceAuthorizationResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::DeviceAuthorizationResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/device-authorization-response.rb
Instance Attribute Summary collapse
-
#acrs ⇒ Object
Returns the value of attribute acrs.
-
#action ⇒ Object
Returns the value of attribute action.
-
#clientAuthMethod ⇒ Object
(also: #client_auth_method)
Returns the value of attribute clientAuthMethod.
-
#clientId ⇒ Object
(also: #client_id)
Returns the value of attribute clientId.
-
#clientIdAlias ⇒ Object
(also: #client_id_alias)
Returns the value of attribute clientIdAlias.
-
#clientIdAliasUsed ⇒ Object
(also: #client_id_alias_used)
Returns the value of attribute clientIdAliasUsed.
-
#clientName ⇒ Object
(also: #client_name)
Returns the value of attribute clientName.
-
#clientNames ⇒ Object
(also: #client_names)
Returns the value of attribute clientNames.
-
#deviceCode ⇒ Object
(also: #device_code)
Returns the value of attribute deviceCode.
-
#expiresIn ⇒ Object
(also: #expires_in)
Returns the value of attribute expiresIn.
-
#interval ⇒ Object
Returns the value of attribute interval.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#responseContent ⇒ Object
(also: #response_content)
Returns the value of attribute responseContent.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#userCode ⇒ Object
(also: #user_code)
Returns the value of attribute userCode.
-
#verificationUri ⇒ Object
(also: #verification_uri)
Returns the value of attribute verificationUri.
-
#verificationUriComplete ⇒ Object
(also: #verification_uri_complete)
Returns the value of attribute verificationUriComplete.
-
#warnings ⇒ Object
Returns the value of attribute warnings.
Attributes inherited from Authlete::Model::Result
Method Summary
Methods included from Utility
#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate
Methods inherited from Base
Instance Attribute Details
#acrs ⇒ Object
Returns the value of attribute acrs.
56 57 58 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 56 def acrs @acrs end |
#action ⇒ Object
Returns the value of attribute action.
24 25 26 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 24 def action @action end |
#clientAuthMethod ⇒ Object Also known as: client_auth_method
Returns the value of attribute clientAuthMethod.
46 47 48 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 46 def clientAuthMethod @clientAuthMethod end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
30 31 32 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 30 def clientId @clientId end |
#clientIdAlias ⇒ Object Also known as: client_id_alias
Returns the value of attribute clientIdAlias.
34 35 36 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 34 def clientIdAlias @clientIdAlias end |
#clientIdAliasUsed ⇒ Object Also known as: client_id_alias_used
Returns the value of attribute clientIdAliasUsed.
38 39 40 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 38 def clientIdAliasUsed @clientIdAliasUsed end |
#clientName ⇒ Object Also known as: client_name
Returns the value of attribute clientName.
42 43 44 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 42 def clientName @clientName end |
#clientNames ⇒ Object Also known as: client_names
Returns the value of attribute clientNames.
52 53 54 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 52 def clientNames @clientNames end |
#deviceCode ⇒ Object Also known as: device_code
Returns the value of attribute deviceCode.
58 59 60 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 58 def deviceCode @deviceCode end |
#expiresIn ⇒ Object Also known as: expires_in
Returns the value of attribute expiresIn.
74 75 76 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 74 def expiresIn @expiresIn end |
#interval ⇒ Object
Returns the value of attribute interval.
78 79 80 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 78 def interval @interval end |
#resources ⇒ Object
Returns the value of attribute resources.
80 81 82 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 80 def resources @resources end |
#responseContent ⇒ Object Also known as: response_content
Returns the value of attribute responseContent.
26 27 28 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 26 def responseContent @responseContent end |
#scopes ⇒ Object
Returns the value of attribute scopes.
50 51 52 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 50 def scopes @scopes end |
#userCode ⇒ Object Also known as: user_code
Returns the value of attribute userCode.
62 63 64 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 62 def userCode @userCode end |
#verificationUri ⇒ Object Also known as: verification_uri
Returns the value of attribute verificationUri.
66 67 68 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 66 def verificationUri @verificationUri end |
#verificationUriComplete ⇒ Object Also known as: verification_uri_complete
Returns the value of attribute verificationUriComplete.
70 71 72 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 70 def verificationUriComplete @verificationUriComplete end |
#warnings ⇒ Object
Returns the value of attribute warnings.
82 83 84 |
# File 'lib/authlete/model/response/device-authorization-response.rb', line 82 def warnings @warnings end |