Exception: Securial::Error::Auth::TokenDecodeError
- Defined in:
- lib/securial/error/auth.rb
Overview
Error raised when a JWT token cannot be decoded or validated.
This may occur due to malformed tokens, invalid signatures, or tokens that don’t match the expected format.
Method Summary
Methods inherited from BaseError
#backtrace, default_message, #initialize
Constructor Details
This class inherits a constructor from Securial::Error::BaseError