Class: Authlete::Model::Response::TokenCreateResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::TokenCreateResponse
- Defined in:
- lib/authlete/model/response/token-create-response.rb
Instance Attribute Summary collapse
-
#accessToken ⇒ Object
(also: #access_token)
Returns the value of attribute accessToken.
-
#action ⇒ Object
Returns the value of attribute action.
-
#clientId ⇒ Object
(also: #client_id)
Returns the value of attribute clientId.
-
#expiresAt ⇒ Object
(also: #expires_at)
Returns the value of attribute expiresAt.
-
#expiresIn ⇒ Object
(also: #expires_in)
Returns the value of attribute expiresIn.
-
#grantType ⇒ Object
(also: #grant_type)
Returns the value of attribute grantType.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#refreshToken ⇒ Object
(also: #refresh_token)
Returns the value of attribute refreshToken.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
-
#subject ⇒ Object
Returns the value of attribute subject.
-
#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.
37 38 39 |
# File 'lib/authlete/model/response/token-create-response.rb', line 37 def accessToken @accessToken end |
#action ⇒ Object
Returns the value of attribute action.
23 24 25 |
# File 'lib/authlete/model/response/token-create-response.rb', line 23 def action @action end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
29 30 31 |
# File 'lib/authlete/model/response/token-create-response.rb', line 29 def clientId @clientId end |
#expiresAt ⇒ Object Also known as: expires_at
Returns the value of attribute expiresAt.
49 50 51 |
# File 'lib/authlete/model/response/token-create-response.rb', line 49 def expiresAt @expiresAt end |
#expiresIn ⇒ Object Also known as: expires_in
Returns the value of attribute expiresIn.
45 46 47 |
# File 'lib/authlete/model/response/token-create-response.rb', line 45 def expiresIn @expiresIn end |
#grantType ⇒ Object Also known as: grant_type
Returns the value of attribute grantType.
25 26 27 |
# File 'lib/authlete/model/response/token-create-response.rb', line 25 def grantType @grantType end |
#properties ⇒ Object
Returns the value of attribute properties.
57 58 59 |
# File 'lib/authlete/model/response/token-create-response.rb', line 57 def properties @properties end |
#refreshToken ⇒ Object Also known as: refresh_token
Returns the value of attribute refreshToken.
53 54 55 |
# File 'lib/authlete/model/response/token-create-response.rb', line 53 def refreshToken @refreshToken end |
#scopes ⇒ Object
Returns the value of attribute scopes.
35 36 37 |
# File 'lib/authlete/model/response/token-create-response.rb', line 35 def scopes @scopes end |
#subject ⇒ Object
Returns the value of attribute subject.
33 34 35 |
# File 'lib/authlete/model/response/token-create-response.rb', line 33 def subject @subject end |
#tokenType ⇒ Object Also known as: token_type
Returns the value of attribute tokenType.
41 42 43 |
# File 'lib/authlete/model/response/token-create-response.rb', line 41 def tokenType @tokenType end |