Lines Matching refs:authobject
327 def authenticate(self, mechanism, authobject):334 'authobject' must be a callable object:336 data = authobject(response)348 self.literal = _Authenticator(authobject).process522 """ Authobject to use with CRAM-MD5 authentication. """