authorisation_checkers
Authorisation Checkers.
Module
Functions
check_identity_verification_method
def check_identity_verification_method( method: Union[str, IdentityVerificationMethod],) ‑> IdentityVerificationMethod:
Checks that the verification method is supported.
Global variables
DEFAULT_IDENTITY_VERIFICATION_METHOD
- Default identity verification method
IDENTITY_VERIFICATION_METHODS
- Allowed types of identity verification as a tuple of strings
Classes
IdentityVerificationMethod
class IdentityVerificationMethod( value, names=None, *, module=None, qualname=None, type=None, start=1,):
Allowed types of identity verification.