Class: Authlete::Model::TrustAnchor
- Includes:
- Hashable
- Defined in:
- lib/authlete/model/trust-anchor.rb
Instance Attribute Summary collapse
-
#entityId ⇒ Object
(also: #entity_id)
Returns the value of attribute entityId.
-
#jwks ⇒ Object
Returns the value of attribute jwks.
Method Summary
Methods included from Hashable
Methods inherited from Base
Instance Attribute Details
#entityId ⇒ Object Also known as: entity_id
Returns the value of attribute entityId.
23 24 25 |
# File 'lib/authlete/model/trust-anchor.rb', line 23 def entityId @entityId end |
#jwks ⇒ Object
Returns the value of attribute jwks.
27 28 29 |
# File 'lib/authlete/model/trust-anchor.rb', line 27 def jwks @jwks end |