Ask a question to get started
Enter to send•Shift+Enter new line
Base class for authentication context.
Provides the fundamental authentication information needed for authorization decisions.
BaseAuthContext( self, permissions: Sequence[str], user: BaseUser, )
The permissions granted to the authenticated user.
The authenticated user.