Class: Authlete::Model::Response::UserInfoResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::UserInfoResponse
- Defined in:
- lib/authlete/model/response/user-info-response.rb
Instance Attribute Summary collapse
-
#action ⇒ Object
Returns the value of attribute action.
-
#claims ⇒ Object
Returns the value of attribute claims.
-
#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.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#responseContent ⇒ Object
(also: #response_content)
Returns the value of attribute responseContent.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#token ⇒ Object
Returns the value of attribute token.
-
#userInfoClaims ⇒ Object
(also: #user_info_claims)
Returns the value of attribute userInfoClaims.
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
#action ⇒ Object
Returns the value of attribute action.
23 24 25 |
# File 'lib/authlete/model/response/user-info-response.rb', line 23 def action @action end |
#claims ⇒ Object
Returns the value of attribute claims.
33 34 35 |
# File 'lib/authlete/model/response/user-info-response.rb', line 33 def claims @claims end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
25 26 27 |
# File 'lib/authlete/model/response/user-info-response.rb', line 25 def clientId @clientId end |
#clientIdAlias ⇒ Object Also known as: client_id_alias
Returns the value of attribute clientIdAlias.
43 44 45 |
# File 'lib/authlete/model/response/user-info-response.rb', line 43 def clientIdAlias @clientIdAlias end |
#clientIdAliasUsed ⇒ Object Also known as: client_id_alias_used
Returns the value of attribute clientIdAliasUsed.
47 48 49 |
# File 'lib/authlete/model/response/user-info-response.rb', line 47 def clientIdAliasUsed @clientIdAliasUsed end |
#properties ⇒ Object
Returns the value of attribute properties.
41 42 43 |
# File 'lib/authlete/model/response/user-info-response.rb', line 41 def properties @properties end |
#responseContent ⇒ Object Also known as: response_content
Returns the value of attribute responseContent.
37 38 39 |
# File 'lib/authlete/model/response/user-info-response.rb', line 37 def responseContent @responseContent end |
#scopes ⇒ Object
Returns the value of attribute scopes.
31 32 33 |
# File 'lib/authlete/model/response/user-info-response.rb', line 31 def scopes @scopes end |
#subject ⇒ Object
Returns the value of attribute subject.
29 30 31 |
# File 'lib/authlete/model/response/user-info-response.rb', line 29 def subject @subject end |
#token ⇒ Object
Returns the value of attribute token.
35 36 37 |
# File 'lib/authlete/model/response/user-info-response.rb', line 35 def token @token end |
#userInfoClaims ⇒ Object Also known as: user_info_claims
Returns the value of attribute userInfoClaims.
51 52 53 |
# File 'lib/authlete/model/response/user-info-response.rb', line 51 def userInfoClaims @userInfoClaims end |