Class: Authlete::Model::Response::DeviceVerificationResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::DeviceVerificationResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/device-verification-response.rb
Instance Attribute Summary collapse
-
#acrs ⇒ Object
Returns the value of attribute acrs.
-
#action ⇒ Object
Returns the value of attribute action.
-
#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.
-
#expiresAt ⇒ Object
(also: #expires_at)
Returns the value of attribute expiresAt.
-
#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.
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.
52 53 54 |
# File 'lib/authlete/model/response/device-verification-response.rb', line 52 def acrs @acrs end |
#action ⇒ Object
Returns the value of attribute action.
24 25 26 |
# File 'lib/authlete/model/response/device-verification-response.rb', line 24 def action @action end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
30 31 32 |
# File 'lib/authlete/model/response/device-verification-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-verification-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-verification-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-verification-response.rb', line 42 def clientName @clientName end |
#clientNames ⇒ Object Also known as: client_names
Returns the value of attribute clientNames.
48 49 50 |
# File 'lib/authlete/model/response/device-verification-response.rb', line 48 def clientNames @clientNames end |
#expiresAt ⇒ Object Also known as: expires_at
Returns the value of attribute expiresAt.
54 55 56 |
# File 'lib/authlete/model/response/device-verification-response.rb', line 54 def expiresAt @expiresAt end |
#resources ⇒ Object
Returns the value of attribute resources.
58 59 60 |
# File 'lib/authlete/model/response/device-verification-response.rb', line 58 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-verification-response.rb', line 26 def responseContent @responseContent end |
#scopes ⇒ Object
Returns the value of attribute scopes.
46 47 48 |
# File 'lib/authlete/model/response/device-verification-response.rb', line 46 def scopes @scopes end |