Exception: Securial::Error::Auth::TokenExpiredError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Securial::Error::Auth::TokenExpiredError
- Defined in:
- lib/securial/error/auth.rb
Overview
Error raised when attempting to use an expired token.
This occurs when a token’s expiration time (exp claim) has passed, indicating that the token is no longer valid for authentication.
Method Summary
Methods inherited from BaseError
#backtrace, default_message, #initialize
Constructor Details
This class inherits a constructor from Securial::Error::BaseError