Class: Authlete::Model::Request::TokenUpdateRequest
- Includes:
- Utility
- Defined in:
- lib/authlete/model/request/token-update-request.rb
Instance Attribute Summary collapse
-
#accessToken ⇒ Object
(also: #access_token)
Returns the value of attribute accessToken.
-
#accessTokenExpiresAt ⇒ Object
(also: #access_token_expires_at)
Returns the value of attribute accessTokenExpiresAt.
-
#certificateThumbprint ⇒ Object
(also: #certificate_thumbprint)
Returns the value of attribute certificateThumbprint.
-
#dpopKeyThumbprint ⇒ Object
(also: #dpop_key_thumbprint)
Returns the value of attribute dpopKeyThumbprint.
-
#properties ⇒ Object
Returns the value of attribute properties.
-
#scopes ⇒ Object
Returns the value of attribute scopes.
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
Methods inherited from Base
Instance Attribute Details
#accessToken ⇒ Object 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 |
#accessTokenExpiresAt ⇒ Object 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 |
#certificateThumbprint ⇒ Object 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 |
#dpopKeyThumbprint ⇒ Object 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 |
#properties ⇒ Object
Returns the value of attribute properties.
34 35 36 |
# File 'lib/authlete/model/request/token-update-request.rb', line 34 def properties @properties end |
#scopes ⇒ Object
Returns the value of attribute scopes.
32 33 34 |
# File 'lib/authlete/model/request/token-update-request.rb', line 32 def scopes @scopes end |