Class: Authlete::Model::Response::TokenUpdateResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::TokenUpdateResponse
- Defined in:
- lib/authlete/model/response/token-update-response.rb
Instance Attribute Summary collapse
-
#accessToken ⇒ Object
(also: #access_token)
Returns the value of attribute accessToken.
-
#accessTokenExpiresAt ⇒ Object
(also: #access_token_expires_at)
Returns the value of attribute accessTokenExpiresAt.
-
#action ⇒ Object
Returns the value of attribute action.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#tokenType ⇒ Object
(also: #token_type)
Returns the value of attribute tokenType.
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
#accessToken ⇒ Object Also known as: access_token
Returns the value of attribute accessToken.
25 26 27 |
# File 'lib/authlete/model/response/token-update-response.rb', line 25 def accessToken @accessToken end |
#accessTokenExpiresAt ⇒ Object Also known as: access_token_expires_at
Returns the value of attribute accessTokenExpiresAt.
33 34 35 |
# File 'lib/authlete/model/response/token-update-response.rb', line 33 def accessTokenExpiresAt @accessTokenExpiresAt end |
#action ⇒ Object
Returns the value of attribute action.
23 24 25 |
# File 'lib/authlete/model/response/token-update-response.rb', line 23 def action @action end |
#properties ⇒ Object
Returns the value of attribute properties.
39 40 41 |
# File 'lib/authlete/model/response/token-update-response.rb', line 39 def properties @properties end |
#scopes ⇒ Object
Returns the value of attribute scopes.
37 38 39 |
# File 'lib/authlete/model/response/token-update-response.rb', line 37 def scopes @scopes end |
#tokenType ⇒ Object Also known as: token_type
Returns the value of attribute tokenType.
29 30 31 |
# File 'lib/authlete/model/response/token-update-response.rb', line 29 def tokenType @tokenType end |