Exception: Verikloak::TokenDecoderError
- Defined in:
- lib/verikloak/errors.rb
Overview
Raised when JWT token verification fails or the token is invalid.
Common causes:
-
Invalid or unsupported algorithm
-
Invalid signature
-
Expired (‘exp`) or not-yet-valid (`nbf`) token
-
Invalid ‘iss` / `aud` claims
-
Malformed token structure or decode failures
Instance Attribute Summary
Attributes inherited from Error
Method Summary
Methods inherited from Error
Constructor Details
This class inherits a constructor from Verikloak::Error