Interface MFAEmailOTPConfiguration
public interface MFAEmailOTPConfiguration
-
Method Details
-
enabled
boolean enabled() -
order
int order() -
otpSize
int otpSize() -
resendEmailTimeout
long resendEmailTimeout() -
emailFromAddress
String emailFromAddress() -
emailFromName
String emailFromName() -
emailOTPSentSubject
com.liferay.portal.kernel.settings.LocalizedValuesMap emailOTPSentSubject() -
emailOTPSentBody
com.liferay.portal.kernel.settings.LocalizedValuesMap emailOTPSentBody() -
failedAttemptsAllowed
int failedAttemptsAllowed() -
retryTimeout
long retryTimeout()
-