Class: Authlete::Model::Response::TokenUpdateResponse

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



25
26
27
# File 'lib/authlete/model/response/token-update-response.rb', line 25

def accessToken
  @accessToken
end

#accessTokenExpiresAtObject Also known as: access_token_expires_at

Returns the value of attribute accessTokenExpiresAt.



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

def accessTokenExpiresAt
  @accessTokenExpiresAt
end

#actionObject

Returns the value of attribute action.



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

def action
  @action
end

#propertiesObject

Returns the value of attribute properties.



39
40
41
# File 'lib/authlete/model/response/token-update-response.rb', line 39

def properties
  @properties
end

#scopesObject

Returns the value of attribute scopes.



37
38
39
# File 'lib/authlete/model/response/token-update-response.rb', line 37

def scopes
  @scopes
end

#tokenTypeObject Also known as: token_type

Returns the value of attribute tokenType.



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

def tokenType
  @tokenType
end