orxtra v0.13.0 /auth.src.orxtra.auth._exceptions
On this page

Defines AuthenticationError (bad credential, disabled consumer) and AuthorizationError (authenticated but missing a required scope), the two exceptions raised throughout the auth module.

#auth.src.orxtra.auth._exceptions

#auth.src.orxtra.auth._exceptions

#AuthenticationError

Raised when authentication fails (bad credential, disabled consumer).

#AuthorizationError

Raised when an authenticated auth context lacks a required scope.

Search