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