Class: JWT::Signature::ToVerify
- Inherits:
-
Struct
- Object
- Struct
- JWT::Signature::ToVerify
- Defined in:
- lib/jwt/signature.rb
Instance Attribute Summary collapse
-
#algorithm ⇒ Object
Returns the value of attribute algorithm.
-
#public_key ⇒ Object
Returns the value of attribute public_key.
-
#signature ⇒ Object
Returns the value of attribute signature.
-
#signing_input ⇒ Object
Returns the value of attribute signing_input.
Instance Attribute Details
#algorithm ⇒ Object
Returns the value of attribute algorithm
29 30 31 |
# File 'lib/jwt/signature.rb', line 29 def algorithm @algorithm end |
#public_key ⇒ Object
Returns the value of attribute public_key
29 30 31 |
# File 'lib/jwt/signature.rb', line 29 def public_key @public_key end |
#signature ⇒ Object
Returns the value of attribute signature
29 30 31 |
# File 'lib/jwt/signature.rb', line 29 def signature @signature end |
#signing_input ⇒ Object
Returns the value of attribute signing_input
29 30 31 |
# File 'lib/jwt/signature.rb', line 29 def signing_input @signing_input end |