Class: Authlete::Model::Response::BackchannelAuthenticationCompleteResponse

Inherits:
Authlete::Model::Result show all
Defined in:
lib/authlete/model/response/backchannel-authentication-complete-response.rb

Instance Attribute Summary collapse

Attributes inherited from Authlete::Model::Result

#resultCode, #resultMessage

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

parse

Instance Attribute Details

#accessTokenObject 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

#accessTokenDurationObject 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

#actionObject

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

#authReqIdObject 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

#clientIdObject 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

#clientIdAliasObject 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

#clientIdAliasUsedObject 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

#clientNameObject 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

#clientNotificationEndpointObject 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

#clientNotificationTokenObject 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

#deliveryMethodObject 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

#idTokenObject 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

#idTokenDurationObject 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

#jwtAccessTokenObject 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

#refreshTokenObject 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

#refreshTokenDurationObject 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

#resourcesObject

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

#responseContentObject 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