Class: Authlete::Model::Request::TokenUpdateRequest

Inherits:
Base
  • Object
show all
Includes:
Utility
Defined in:
lib/authlete/model/request/token-update-request.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Utility

#extract_access_token, #get_parsed_array, #to_rack_response_json, #to_rack_response_www_authenticate

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#accessTokenObject Also known as: access_token

Returns the value of attribute accessToken.



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

def accessToken
  @accessToken
end

#accessTokenExpiresAtObject Also known as: access_token_expires_at

Returns the value of attribute accessTokenExpiresAt.



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

def accessTokenExpiresAt
  @accessTokenExpiresAt
end

#certificateThumbprintObject Also known as: certificate_thumbprint

Returns the value of attribute certificateThumbprint.



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

def certificateThumbprint
  @certificateThumbprint
end

#dpopKeyThumbprintObject Also known as: dpop_key_thumbprint

Returns the value of attribute dpopKeyThumbprint.



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

def dpopKeyThumbprint
  @dpopKeyThumbprint
end

#propertiesObject

Returns the value of attribute properties.



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

def properties
  @properties
end

#scopesObject

Returns the value of attribute scopes.



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

def scopes
  @scopes
end