Class: Authlete::Model::Request::TokenRequest
- Includes:
- Utility
- Defined in:
- lib/authlete/model/request/token-request.rb
Instance Attribute Summary collapse
-
#clientCertificate ⇒ Object
(also: #client_certificate)
Returns the value of attribute clientCertificate.
-
#clientCertificatePath ⇒ Object
(also: #client_certificate_path)
Returns the value of attribute clientCertificatePath.
-
#clientId ⇒ Object
(also: #client_id)
Returns the value of attribute clientId.
-
#clientSecret ⇒ Object
(also: #client_secret)
Returns the value of attribute clientSecret.
-
#dpop ⇒ Object
Returns the value of attribute dpop.
-
#htm ⇒ Object
Returns the value of attribute htm.
-
#htu ⇒ Object
Returns the value of attribute htu.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
-
#properties ⇒ Object
Returns the value of attribute properties.
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
#clientCertificate ⇒ Object Also known as: client_certificate
Returns the value of attribute clientCertificate.
36 37 38 |
# File 'lib/authlete/model/request/token-request.rb', line 36 def clientCertificate @clientCertificate end |
#clientCertificatePath ⇒ Object Also known as: client_certificate_path
Returns the value of attribute clientCertificatePath.
40 41 42 |
# File 'lib/authlete/model/request/token-request.rb', line 40 def clientCertificatePath @clientCertificatePath end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
26 27 28 |
# File 'lib/authlete/model/request/token-request.rb', line 26 def clientId @clientId end |
#clientSecret ⇒ Object Also known as: client_secret
Returns the value of attribute clientSecret.
30 31 32 |
# File 'lib/authlete/model/request/token-request.rb', line 30 def clientSecret @clientSecret end |
#dpop ⇒ Object
Returns the value of attribute dpop.
44 45 46 |
# File 'lib/authlete/model/request/token-request.rb', line 44 def dpop @dpop end |
#htm ⇒ Object
Returns the value of attribute htm.
48 49 50 |
# File 'lib/authlete/model/request/token-request.rb', line 48 def htm @htm end |
#htu ⇒ Object
Returns the value of attribute htu.
46 47 48 |
# File 'lib/authlete/model/request/token-request.rb', line 46 def htu @htu end |
#parameters ⇒ Object
Returns the value of attribute parameters.
24 25 26 |
# File 'lib/authlete/model/request/token-request.rb', line 24 def parameters @parameters end |
#properties ⇒ Object
Returns the value of attribute properties.
34 35 36 |
# File 'lib/authlete/model/request/token-request.rb', line 34 def properties @properties end |