Exception: Securial::Error::Auth::TokenRevokedError
- Inherits:
-
BaseError
- Object
- StandardError
- BaseError
- Securial::Error::Auth::TokenRevokedError
- Defined in:
- lib/securial/error/auth.rb
Overview
Error raised when attempting to use a token from a revoked session.
This occurs when a token references a session that has been explicitly revoked, such as after a user logout or account suspension.
Method Summary
Methods inherited from BaseError
#backtrace, default_message, #initialize
Constructor Details
This class inherits a constructor from Securial::Error::BaseError