Updated
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.