|
|
|
|
sasl.Response or sasl.Failure
|
start(self,
username,
authzid)
Start the authentication process initializing client state. |
|
|
|
sasl.Response or sasl.Failure
|
challenge(self,
challenge)
Process a challenge and return the response. |
|
|
|
|
_get_password(self)
Retrieve user's password from the password manager. |
|
|
|
sasl.Response or sasl.Failure
|
_make_response(self,
charset,
realms,
nonce)
Make a response for the first challenge from the server. |
|
|
bytes or Failure
|
_get_realm(self,
realms,
charset)
Choose a realm from the list specified by the server. |
|
|
|
sasl.Response or sasl.Failure
|
_final_challenge(self,
challenge)
Process the second challenge from the server and return the response. |
|
|
|
sasl.Success or sasl.Failure
|
finish(self,
data)
Process success indicator from the server. |
|
|
|
Inherited from object:
__delattr__,
__format__,
__getattribute__,
__hash__,
__new__,
__reduce__,
__reduce_ex__,
__repr__,
__setattr__,
__sizeof__,
__str__,
__subclasshook__
|