Home | History | Annotate | Download | only in python2.7

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).process
522 """ Authobject to use with CRAM-MD5 authentication. """