class twisted.protocols.sip.IAuthorizer(Interface): (source)
Undocumented
Method | getChallenge | Generate a challenge the client may respond to. |
Method | decode | Create a credentials object from the given response. |
Generate a challenge the client may respond to.
Parameters | peer | The client's address (type: tuple ) |
Returns | The challenge string (type: str ) |
Create a credentials object from the given response.
Parameters | response | Undocumented (type: str ) |