Class: JWT::Claims::VerificationContext Private
- Inherits:
-
Struct
- Object
- Struct
- JWT::Claims::VerificationContext
- Defined in:
- lib/jwt/claims/decode_verifier.rb
Overview
This class is part of a private API. You should avoid using this class if possible, as it may be removed or be changed in the future.
Context class to contain the data passed to individual claim validators
Instance Attribute Summary collapse
-
#payload ⇒ Object
Returns the value of attribute payload.
Instance Attribute Details
#payload ⇒ Object
Returns the value of attribute payload
8 9 10 |
# File 'lib/jwt/claims/decode_verifier.rb', line 8 def payload @payload end |