Class: Authlete::Model::Request::BackchannelAuthenticationRequest
- Defined in:
- lib/authlete/model/request/backchannel-authentication-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.
-
#parameters ⇒ Object
Returns the value of attribute parameters.
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.
33 34 35 |
# File 'lib/authlete/model/request/backchannel-authentication-request.rb', line 33 def clientCertificate @clientCertificate end |
#clientCertificatePath ⇒ Object Also known as: client_certificate_path
Returns the value of attribute clientCertificatePath.
37 38 39 |
# File 'lib/authlete/model/request/backchannel-authentication-request.rb', line 37 def clientCertificatePath @clientCertificatePath end |
#clientId ⇒ Object Also known as: client_id
Returns the value of attribute clientId.
25 26 27 |
# File 'lib/authlete/model/request/backchannel-authentication-request.rb', line 25 def clientId @clientId end |
#clientSecret ⇒ Object Also known as: client_secret
Returns the value of attribute clientSecret.
29 30 31 |
# File 'lib/authlete/model/request/backchannel-authentication-request.rb', line 29 def clientSecret @clientSecret end |
#parameters ⇒ Object
Returns the value of attribute parameters.
23 24 25 |
# File 'lib/authlete/model/request/backchannel-authentication-request.rb', line 23 def parameters @parameters end |