Class: Authlete::Model::Request::UserInfoRequest
- Defined in:
- lib/authlete/model/request/user-info-request.rb
Instance Attribute Summary collapse
-
#clientCertificate ⇒ Object
(also: #client_certificate)
Returns the value of attribute clientCertificate.
-
#dpop ⇒ Object
Returns the value of attribute dpop.
-
#htm ⇒ Object
Returns the value of attribute htm.
-
#htu ⇒ Object
Returns the value of attribute htu.
-
#token ⇒ Object
Returns the value of attribute token.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#clientCertificate ⇒ Object Also known as: client_certificate
Returns the value of attribute clientCertificate.
25 26 27 |
# File 'lib/authlete/model/request/user-info-request.rb', line 25 def clientCertificate @clientCertificate end |
#dpop ⇒ Object
Returns the value of attribute dpop.
29 30 31 |
# File 'lib/authlete/model/request/user-info-request.rb', line 29 def dpop @dpop end |
#htm ⇒ Object
Returns the value of attribute htm.
33 34 35 |
# File 'lib/authlete/model/request/user-info-request.rb', line 33 def htm @htm end |
#htu ⇒ Object
Returns the value of attribute htu.
31 32 33 |
# File 'lib/authlete/model/request/user-info-request.rb', line 31 def htu @htu end |
#token ⇒ Object
Returns the value of attribute token.
23 24 25 |
# File 'lib/authlete/model/request/user-info-request.rb', line 23 def token @token end |