Class: Authlete::Model::Response::TokenIssueResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::TokenIssueResponse
- Includes:
- Utility
- Defined in:
- lib/authlete/model/response/token-issue-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.
-
#jwtAccessToken ⇒ Object
(also: #jwt_access_token)
Returns the value of attribute jwtAccessToken.
-
#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.
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.
30 31 32 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 30 def accessToken @accessToken end |
#accessTokenDuration ⇒ Object Also known as: access_token_duration
Returns the value of attribute accessTokenDuration.
38 39 40 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 38 def accessTokenDuration @accessTokenDuration end |
#accessTokenExpiresAt ⇒ Object Also known as: access_token_expires_at
Returns the value of attribute accessTokenExpiresAt.
34 35 36 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 34 def accessTokenExpiresAt @accessTokenExpiresAt end |
#accessTokenResources ⇒ Object Also known as: access_token_resources
Returns the value of attribute accessTokenResources.
76 77 78 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 76 def accessTokenResources @accessTokenResources end |
#action ⇒ Object
Returns the value of attribute action.
24 25 26 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 24 def action @action end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
54 55 56 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 54 def clientId @clientId end |
#clientIdAlias ⇒ Object Also known as: client_id_alias
Returns the value of attribute clientIdAlias.
58 59 60 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 58 def clientIdAlias @clientIdAlias end |
#clientIdAliasUsed ⇒ Object Also known as: client_id_alias_used
Returns the value of attribute clientIdAliasUsed.
62 63 64 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 62 def clientIdAliasUsed @clientIdAliasUsed end |
#jwtAccessToken ⇒ Object Also known as: jwt_access_token
Returns the value of attribute jwtAccessToken.
72 73 74 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 72 def jwtAccessToken @jwtAccessToken end |
#properties ⇒ Object
Returns the value of attribute properties.
70 71 72 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 70 def properties @properties end |
#refreshToken ⇒ Object Also known as: refresh_token
Returns the value of attribute refreshToken.
42 43 44 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 42 def refreshToken @refreshToken end |
#refreshTokenDuration ⇒ Object Also known as: refresh_token_duration
Returns the value of attribute refreshTokenDuration.
50 51 52 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 50 def refreshTokenDuration @refreshTokenDuration end |
#refreshTokenExpiresAt ⇒ Object Also known as: refresh_token_expires_at
Returns the value of attribute refreshTokenExpiresAt.
46 47 48 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 46 def refreshTokenExpiresAt @refreshTokenExpiresAt end |
#responseContent ⇒ Object Also known as: response_content
Returns the value of attribute responseContent.
26 27 28 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 26 def responseContent @responseContent end |
#scopes ⇒ Object
Returns the value of attribute scopes.
68 69 70 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 68 def scopes @scopes end |
#subject ⇒ Object
Returns the value of attribute subject.
66 67 68 |
# File 'lib/authlete/model/response/token-issue-response.rb', line 66 def subject @subject end |