Part of twisted.protocols.sip View Source View In Hierarchy
Implements interfaces: twisted.protocols.sip.IAuthorizer
| Method | __init__ | Undocumented |
| Method | generateNonce | Undocumented |
| Method | generateOpaque | Undocumented |
| Method | getChallenge | Generate a challenge the client may respond to. |
| Method | decode | Create a credentials object from the given response. |
| Parameters | peer | The client's address
(type: tuple
) |
| Returns | The challenge string
(type: str
) | |
| Parameters | response | (type: str
) |