AuthXException
  
            Bases: Exception
Base AuthXException Exception
The base exception for all AuthX exceptions.
  
            Bases: AuthXException
Exception raised when AuthX configuration contains wrong parameters
Raised when AuthX configuration contains wrong parameters.
  
            Bases: AuthXException
Exception raised when decoding JSON Web Token fails
Raised when decoding JSON Web Token fails.
  
            Bases: AuthXException
Exception raised when no token can be parsed from request
Raised when no token can be parsed from request.
  
            Bases: AuthXException
Exception raised when CSRF protection failed
Raised when CSRF protection failed.
  
            Bases: AuthXException
Base Exception for token related errors
Raised when token is invalid.
  
            Bases: TokenError
Exception raised when no token can be parsed from request
Raised when no token can be parsed from request.
  
            Bases: MissingTokenError
Exception raised when no CSRF token can be parsed from request
Raised when no CSRF token can be parsed from request.
  
            Bases: TokenError
Exception raised when a specific token type is expected
Raised when token type is invalid.
  
            Bases: TokenError
Exception raised when a revoked token has been used
Raised when token is invalid.
  
            Bases: TokenError
Exception raised when no token was used in request
Raised when token is required.
  
            Bases: TokenError
Exception raised when a not fresh token was used in request
Raised when fresh token is required.
  
            Bases: TokenTypeError
Exception raised when an access token is missing from request
Raised when access token is required.
  
            Bases: TokenTypeError
Exception raised when an refresh token is missing from request
Raised when refresh token is required.
  
            Bases: Exception
When a token is invalid for all identity providers
Initialize InvalidToken Exception
| PARAMETER | DESCRIPTION | 
|---|---|
| errors | 
 | 
| PARAMETER | DESCRIPTION | 
|---|---|
| errors | List of errors 
                
                  TYPE:
                     | 
Source code in authx/exceptions.py
                  
                 Raised when token is invalid.