Class: Authlete::Model::Response::BackchannelAuthenticationCompleteResponse
- Inherits:
-
Authlete::Model::Result
- Object
- Base
- Authlete::Model::Result
- Authlete::Model::Response::BackchannelAuthenticationCompleteResponse
- Defined in:
- lib/authlete/model/response/backchannel-authentication-complete-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.
-
#action ⇒ Object
Returns the value of attribute action.
-
#authReqId ⇒ Object
(also: #auth_req_id)
Returns the value of attribute authReqId.
-
#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.
-
#clientName ⇒ Object
(also: #client_name)
Returns the value of attribute clientName.
-
#clientNotificationEndpoint ⇒ Object
(also: #client_notification_endpoint)
Returns the value of attribute clientNotificationEndpoint.
-
#clientNotificationToken ⇒ Object
(also: #client_notification_token)
Returns the value of attribute clientNotificationToken.
-
#deliveryMethod ⇒ Object
(also: #delivery_method)
Returns the value of attribute deliveryMethod.
-
#idToken ⇒ Object
(also: #id_token)
Returns the value of attribute idToken.
-
#idTokenDuration ⇒ Object
(also: #id_token_duration)
Returns the value of attribute idTokenDuration.
-
#jwtAccessToken ⇒ Object
(also: #jwt_access_token)
Returns the value of attribute jwtAccessToken.
-
#refreshToken ⇒ Object
(also: #refresh_token)
Returns the value of attribute refreshToken.
-
#refreshTokenDuration ⇒ Object
(also: #refresh_token_duration)
Returns the value of attribute refreshTokenDuration.
-
#resources ⇒ Object
Returns the value of attribute resources.
-
#responseContent ⇒ Object
(also: #response_content)
Returns the value of attribute responseContent.
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.
61 62 63 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 61 def accessToken @accessToken end |
#accessTokenDuration ⇒ Object Also known as: access_token_duration
Returns the value of attribute accessTokenDuration.
73 74 75 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 73 def accessTokenDuration @accessTokenDuration end |
#action ⇒ Object
Returns the value of attribute action.
23 24 25 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 23 def action @action end |
#authReqId ⇒ Object Also known as: auth_req_id
Returns the value of attribute authReqId.
57 58 59 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 57 def authReqId @authReqId end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
29 30 31 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 29 def clientId @clientId end |
#clientIdAlias ⇒ Object Also known as: client_id_alias
Returns the value of attribute clientIdAlias.
33 34 35 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 33 def clientIdAlias @clientIdAlias end |
#clientIdAliasUsed ⇒ Object Also known as: client_id_alias_used
Returns the value of attribute clientIdAliasUsed.
37 38 39 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 37 def clientIdAliasUsed @clientIdAliasUsed end |
#clientName ⇒ Object Also known as: client_name
Returns the value of attribute clientName.
41 42 43 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 41 def clientName @clientName end |
#clientNotificationEndpoint ⇒ Object Also known as: client_notification_endpoint
Returns the value of attribute clientNotificationEndpoint.
49 50 51 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 49 def clientNotificationEndpoint @clientNotificationEndpoint end |
#clientNotificationToken ⇒ Object Also known as: client_notification_token
Returns the value of attribute clientNotificationToken.
53 54 55 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 53 def clientNotificationToken @clientNotificationToken end |
#deliveryMethod ⇒ Object Also known as: delivery_method
Returns the value of attribute deliveryMethod.
45 46 47 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 45 def deliveryMethod @deliveryMethod end |
#idToken ⇒ Object Also known as: id_token
Returns the value of attribute idToken.
69 70 71 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 69 def idToken @idToken end |
#idTokenDuration ⇒ Object Also known as: id_token_duration
Returns the value of attribute idTokenDuration.
81 82 83 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 81 def idTokenDuration @idTokenDuration end |
#jwtAccessToken ⇒ Object Also known as: jwt_access_token
Returns the value of attribute jwtAccessToken.
85 86 87 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 85 def jwtAccessToken @jwtAccessToken end |
#refreshToken ⇒ Object Also known as: refresh_token
Returns the value of attribute refreshToken.
65 66 67 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 65 def refreshToken @refreshToken end |
#refreshTokenDuration ⇒ Object Also known as: refresh_token_duration
Returns the value of attribute refreshTokenDuration.
77 78 79 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 77 def refreshTokenDuration @refreshTokenDuration end |
#resources ⇒ Object
Returns the value of attribute resources.
89 90 91 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 89 def resources @resources end |
#responseContent ⇒ Object Also known as: response_content
Returns the value of attribute responseContent.
25 26 27 |
# File 'lib/authlete/model/response/backchannel-authentication-complete-response.rb', line 25 def responseContent @responseContent end |