| Home | Trees | Index | Help |
|
|---|
| Package pyxmpp :: Package sasl :: Module core :: Class Reply |
|
Challenge,
Failure,
Response,
Success
Base class for SASL authentication reply objects.
:Ivariables:
- `data`: optional reply data.
:Types:
- `data`: `str`
| Method Summary | |
|---|---|
Initialize the `Reply` object. | |
Base64-encode the data contained in the reply. | |
| Method Details |
|---|
__init__(self,
data='')
|
base64(self)Base64-encode the data contained in the reply. :return: base64-encoded data. :returntype: `str` |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 31 22:36:58 2006 | http://epydoc.sf.net |