Exception: Securial::Error::Auth::TokenDecodeError

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