Class: Authlete::Model::Response::BackchannelAuthenticationResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::BackchannelAuthenticationResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/backchannel-authentication-response.rb
Instance Attribute Summary collapse
-
#acrs ⇒ Object
Returns the value of attribute acrs.
-
#action ⇒ Object
Returns the value of attribute action.
-
#bindingMessage ⇒ Object
(also: #binding_message)
Returns the value of attribute bindingMessage.
-
#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.
-
#clientNotificationToken ⇒ Object
(also: #client_notification_token)
Returns the value of attribute clientNotificationToken.
-
#deliveryMethod ⇒ Object
(also: #delivery_method)
Returns the value of attribute deliveryMethod.
-
#hint ⇒ Object
Returns the value of attribute hint.
-
#hintType ⇒ Object
(also: #hint_type)
Returns the value of attribute hintType.
-
#requestContext ⇒ Object
(also: #request_context)
Returns the value of attribute requestContext.
-
#requestedExpiry ⇒ Object
(also: #requested_expiry)
Returns the value of attribute requestedExpiry.
-
#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.
-
#sub ⇒ Object
Returns the value of attribute sub.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
-
#userCode ⇒ Object
(also: #user_code)
Returns the value of attribute userCode.
-
#userCodeRequired ⇒ Object
(also: #user_code_required)
Returns the value of attribute userCodeRequired.
-
#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.
64 65 66 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 64 def acrs @acrs end |
#action ⇒ Object
Returns the value of attribute action.
24 25 26 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 24 def action @action end |
#bindingMessage ⇒ Object Also known as: binding_message
Returns the value of attribute bindingMessage.
74 75 76 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 74 def bindingMessage @bindingMessage end |
#clientAuthMethod ⇒ Object Also known as: client_auth_method
Returns the value of attribute clientAuthMethod.
46 47 48 |
# File 'lib/authlete/model/response/backchannel-authentication-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/backchannel-authentication-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/backchannel-authentication-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/backchannel-authentication-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/backchannel-authentication-response.rb', line 42 def clientName @clientName end |
#clientNames ⇒ Object Also known as: client_names
Returns the value of attribute clientNames.
56 57 58 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 56 def clientNames @clientNames end |
#clientNotificationToken ⇒ Object Also known as: client_notification_token
Returns the value of attribute clientNotificationToken.
60 61 62 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 60 def clientNotificationToken @clientNotificationToken end |
#deliveryMethod ⇒ Object Also known as: delivery_method
Returns the value of attribute deliveryMethod.
50 51 52 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 50 def deliveryMethod @deliveryMethod end |
#hint ⇒ Object
Returns the value of attribute hint.
70 71 72 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 70 def hint @hint end |
#hintType ⇒ Object Also known as: hint_type
Returns the value of attribute hintType.
66 67 68 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 66 def hintType @hintType end |
#requestContext ⇒ Object Also known as: request_context
Returns the value of attribute requestContext.
90 91 92 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 90 def requestContext @requestContext end |
#requestedExpiry ⇒ Object Also known as: requested_expiry
Returns the value of attribute requestedExpiry.
86 87 88 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 86 def requestedExpiry @requestedExpiry end |
#resources ⇒ Object
Returns the value of attribute resources.
94 95 96 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 94 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/backchannel-authentication-response.rb', line 26 def responseContent @responseContent end |
#scopes ⇒ Object
Returns the value of attribute scopes.
54 55 56 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 54 def scopes @scopes end |
#sub ⇒ Object
Returns the value of attribute sub.
72 73 74 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 72 def sub @sub end |
#ticket ⇒ Object
Returns the value of attribute ticket.
98 99 100 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 98 def ticket @ticket end |
#userCode ⇒ Object Also known as: user_code
Returns the value of attribute userCode.
78 79 80 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 78 def userCode @userCode end |
#userCodeRequired ⇒ Object Also known as: user_code_required
Returns the value of attribute userCodeRequired.
82 83 84 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 82 def userCodeRequired @userCodeRequired end |
#warnings ⇒ Object
Returns the value of attribute warnings.
96 97 98 |
# File 'lib/authlete/model/response/backchannel-authentication-response.rb', line 96 def warnings @warnings end |