Record Class IdServerMailAuthenticationConfiguration

java.lang.Object
java.lang.Record
com.io7m.idstore.server.api.IdServerMailAuthenticationConfiguration
Record Components:
userName - The user name
password - The password
All Implemented Interfaces:
IdServerJSONConfigurationElementType

public record IdServerMailAuthenticationConfiguration(String userName, String password) extends Record implements IdServerJSONConfigurationElementType
The mail server authentication information.