Class: JWT::Claims::VerificationContext Private

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#payloadObject

Returns the value of attribute payload

Returns:

  • (Object)

    the current value of payload



8
9
10
# File 'lib/jwt/claims/decode_verifier.rb', line 8

def payload
  @payload
end