Part of twisted.conch View Source
Class | ConchError | Undocumented |
Class | NotEnoughAuthentication | This is thrown if the authentication is valid, but is not enough to successfully verify the user. i.e. don't retry this type of authentication, try another one. |
Class | ValidPublicKey | This is thrown during the authentication process if the public key is valid for the user. |
Class | IgnoreAuthentication | This is thrown to let the UserAuthServer know it doesn't need to handle the authentication anymore. |