Class: Authlete::Model::Response::TokenResponse

Inherits:
Authlete::Model::Result show all
Defined in:
lib/authlete/model/response/token-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.



35
36
37
# File 'lib/authlete/model/response/token-response.rb', line 35

def accessToken
  @accessToken
end

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

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

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

#actionObject

Returns the value of attribute action.



23
24
25
# File 'lib/authlete/model/response/token-response.rb', line 23

def action
  @action
end

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

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

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

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

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

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

#passwordObject

Returns the value of attribute password.



31
32
33
# File 'lib/authlete/model/response/token-response.rb', line 31

def password
  @password
end

#propertiesObject

Returns the value of attribute properties.



83
84
85
# File 'lib/authlete/model/response/token-response.rb', line 83

def properties
  @properties
end

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

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

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

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

#scopesObject

Returns the value of attribute scopes.



81
82
83
# File 'lib/authlete/model/response/token-response.rb', line 81

def scopes
  @scopes
end

#subjectObject

Returns the value of attribute subject.



79
80
81
# File 'lib/authlete/model/response/token-response.rb', line 79

def subject
  @subject
end

#ticketObject

Returns the value of attribute ticket.



33
34
35
# File 'lib/authlete/model/response/token-response.rb', line 33

def ticket
  @ticket
end

#usernameObject

Returns the value of attribute username.



29
30
31
# File 'lib/authlete/model/response/token-response.rb', line 29

def username
  @username
end