MailAuthentication constructor
MailAuthentication(
- String typeName
Implementation
MailAuthentication(String typeName) {
this.typeName = typeName;
}
MailAuthentication(String typeName) {
this.typeName = typeName;
}