Interface SmtpEmailProfile.AuthCredential

Enclosing interface:
SmtpEmailProfile

public static interface SmtpEmailProfile.AuthCredential
Encapsulates an authentication credential used to authenticate the SMTP client against the SMTP server
  • Method Details

    • getUsername

      String getUsername()
      Returns:
      a username used by the SMTP client for authentication
    • getPassword

      String getPassword()
      Returns:
      a password, token, or other secret used by the SMTP client for authentication