class JWT::EncodedToken
def claim_errors(*options)
-
(Array
- the errors of the claims.)
Parameters:
-
options
(Array
) -- the claims to verify. By default, it checks the 'exp' claim., Hash
def claim_errors(*options) Claims::Verifier.errors(ClaimsContext.new(self), *claims_options(options)) end