Implements interfaces: twisted.cred.checkers.ICredentialsChecker

Undocumented
Method requestAvatarId Validate credentials and produce an avatar ID.
Method _cbCheck Undocumented
def requestAvatarId(self, credentials):

Validate credentials and produce an avatar ID.

Parameterscredentialssomething which implements one of the interfaces in credentialInterfaces.
Returnsa Deferred which will fire with a bytes that identifies an avatar, an empty tuple to specify an authenticated anonymous user (provided as twisted.cred.checkers.ANONYMOUS) or fail with UnauthorizedLogin. Alternatively, return the result itself.
See Alsotwisted.cred.credentials
def _cbCheck(self, result, username):
Undocumented
API Documentation for twisted, generated by pydoctor at 2020-03-25 17:34:30.