Home
last modified time | relevance | path

Searched refs:authobject (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Doc/library/
Dimaplib.rst167 .. method:: IMAP4.authenticate(mechanism, authobject)
174 *authobject* must be a callable object::
176 data = authobject(response)
/external/python/cpython2/Lib/
Dimaplib.py340 def authenticate(self, mechanism, authobject): argument
361 self.literal = _Authenticator(authobject).process