Class ModuleConfiguration.PhoneConfiguration
-
- All Implemented Interfaces:
public final class ModuleConfiguration.PhoneConfiguration extends ModuleConfiguration
-
-
Field Summary
Fields Modifier and Type Field Description private final Boolean
otpVerification
private final Boolean
prefillPhoneNumber
-
Constructor Summary
Constructors Constructor Description ModuleConfiguration.PhoneConfiguration(Boolean otpVerification, Boolean prefillPhoneNumber)
-
Method Summary
Modifier and Type Method Description final Boolean
getOtpVerification()
final Boolean
getPrefillPhoneNumber()
-
-
Method Detail
-
getOtpVerification
final Boolean getOtpVerification()
-
getPrefillPhoneNumber
final Boolean getPrefillPhoneNumber()
-
-
-
-