Class: Authlete::Model::Response::TokenResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::TokenResponse
- Defined in:
- lib/authlete/model/response/token-response.rb
Instance Attribute Summary collapse
-
#accessToken ⇒ Object
(also: #access_token)
Returns the value of attribute accessToken.
-
#accessTokenDuration ⇒ Object
(also: #access_token_duration)
Returns the value of attribute accessTokenDuration.
-
#accessTokenExpiresAt ⇒ Object
(also: #access_token_expires_at)
Returns the value of attribute accessTokenExpiresAt.
-
#accessTokenResources ⇒ Object
(also: #access_token_resources)
Returns the value of attribute accessTokenResources.
-
#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.
-
#grantType ⇒ Object
(also: #grant_type)
Returns the value of attribute grantType.
-
#idToken ⇒ Object
(also: #id_token)
Returns the value of attribute idToken.
-
#jwtAccessToken ⇒ Object
(also: #jwt_access_token)
Returns the value of attribute jwtAccessToken.
-
#password ⇒ Object
Returns the value of attribute password.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#refreshToken ⇒ Object
(also: #refresh_token)
Returns the value of attribute refreshToken.
-
#refreshTokenDuration ⇒ Object
(also: #refresh_token_duration)
Returns the value of attribute refreshTokenDuration.
-
#refreshTokenExpiresAt ⇒ Object
(also: #refresh_token_expires_at)
Returns the value of attribute refreshTokenExpiresAt.
-
#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.
-
#ticket ⇒ Object
Returns the value of attribute ticket.
-
#username ⇒ Object
Returns the value of attribute username.
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.
35 36 37 |
# File 'lib/authlete/model/response/token-response.rb', line 35 def accessToken @accessToken end |
#accessTokenDuration ⇒ Object Also known as: access_token_duration
Returns the value of attribute accessTokenDuration.
43 44 45 |
# File 'lib/authlete/model/response/token-response.rb', line 43 def accessTokenDuration @accessTokenDuration end |
#accessTokenExpiresAt ⇒ Object Also known as: access_token_expires_at
Returns the value of attribute accessTokenExpiresAt.
39 40 41 |
# File 'lib/authlete/model/response/token-response.rb', line 39 def accessTokenExpiresAt @accessTokenExpiresAt end |
#accessTokenResources ⇒ Object Also known as: access_token_resources
Returns the value of attribute accessTokenResources.
89 90 91 |
# File 'lib/authlete/model/response/token-response.rb', line 89 def accessTokenResources @accessTokenResources end |
#action ⇒ Object
Returns the value of attribute action.
23 24 25 |
# File 'lib/authlete/model/response/token-response.rb', line 23 def action @action end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
67 68 69 |
# File 'lib/authlete/model/response/token-response.rb', line 67 def clientId @clientId end |
#clientIdAlias ⇒ Object Also known as: client_id_alias
Returns the value of attribute clientIdAlias.
71 72 73 |
# File 'lib/authlete/model/response/token-response.rb', line 71 def clientIdAlias @clientIdAlias end |
#clientIdAliasUsed ⇒ Object Also known as: client_id_alias_used
Returns the value of attribute clientIdAliasUsed.
75 76 77 |
# File 'lib/authlete/model/response/token-response.rb', line 75 def clientIdAliasUsed @clientIdAliasUsed end |
#grantType ⇒ Object Also known as: grant_type
Returns the value of attribute grantType.
63 64 65 |
# File 'lib/authlete/model/response/token-response.rb', line 63 def grantType @grantType end |
#idToken ⇒ Object Also known as: id_token
Returns the value of attribute idToken.
59 60 61 |
# File 'lib/authlete/model/response/token-response.rb', line 59 def idToken @idToken end |
#jwtAccessToken ⇒ Object Also known as: jwt_access_token
Returns the value of attribute jwtAccessToken.
85 86 87 |
# File 'lib/authlete/model/response/token-response.rb', line 85 def jwtAccessToken @jwtAccessToken end |
#password ⇒ Object
Returns the value of attribute password.
31 32 33 |
# File 'lib/authlete/model/response/token-response.rb', line 31 def password @password end |
#properties ⇒ Object
Returns the value of attribute properties.
83 84 85 |
# File 'lib/authlete/model/response/token-response.rb', line 83 def properties @properties end |
#refreshToken ⇒ Object Also known as: refresh_token
Returns the value of attribute refreshToken.
47 48 49 |
# File 'lib/authlete/model/response/token-response.rb', line 47 def refreshToken @refreshToken end |
#refreshTokenDuration ⇒ Object Also known as: refresh_token_duration
Returns the value of attribute refreshTokenDuration.
55 56 57 |
# File 'lib/authlete/model/response/token-response.rb', line 55 def refreshTokenDuration @refreshTokenDuration end |
#refreshTokenExpiresAt ⇒ Object Also known as: refresh_token_expires_at
Returns the value of attribute refreshTokenExpiresAt.
51 52 53 |
# File 'lib/authlete/model/response/token-response.rb', line 51 def refreshTokenExpiresAt @refreshTokenExpiresAt end |
#responseContent ⇒ Object Also known as: response_content
Returns the value of attribute responseContent.
25 26 27 |
# File 'lib/authlete/model/response/token-response.rb', line 25 def responseContent @responseContent end |
#scopes ⇒ Object
Returns the value of attribute scopes.
81 82 83 |
# File 'lib/authlete/model/response/token-response.rb', line 81 def scopes @scopes end |
#subject ⇒ Object
Returns the value of attribute subject.
79 80 81 |
# File 'lib/authlete/model/response/token-response.rb', line 79 def subject @subject end |
#ticket ⇒ Object
Returns the value of attribute ticket.
33 34 35 |
# File 'lib/authlete/model/response/token-response.rb', line 33 def ticket @ticket end |
#username ⇒ Object
Returns the value of attribute username.
29 30 31 |
# File 'lib/authlete/model/response/token-response.rb', line 29 def username @username end |