Class: Authlete::Model::TrustAnchor

Inherits:
Base
  • Object
show all
Includes:
Hashable
Defined in:
lib/authlete/model/trust-anchor.rb

Instance Attribute Summary collapse

Method Summary

Methods included from Hashable

#to_hash

Methods inherited from Base

parse

Instance Attribute Details

#entityIdObject 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

#jwksObject

Returns the value of attribute jwks.



27
28
29
# File 'lib/authlete/model/trust-anchor.rb', line 27

def jwks
  @jwks
end