MailAuthentication constructor

MailAuthentication(
  1. String typeName
)

Implementation

MailAuthentication(String typeName) {
  this.typeName = typeName;
}