twisted.mail.imap4.IClientAuthentication(Interface) interface documentationtwisted.mail.imap4
          View Source
          (View In Hierarchy)
        
      Known implementations: twisted.mail.imap4.CramMD5ClientAuthenticator, twisted.mail.imap4.LOGINAuthenticator, twisted.mail.imap4.PLAINAuthenticator, twisted.mail.smtp.PLAINAuthenticator
| Method | getName | Return an identifier associated with this authentication scheme. | 
| Method | challengeResponse | Generate a challenge response string | 
Return an identifier associated with this authentication scheme.
| Returns |  (type: str) | |