Config Sign In Phone Number Args
data class ConfigSignInPhoneNumberArgs(val enabled: Output<Boolean>, val testPhoneNumbers: Output<Map<String, String>>? = null) : ConvertibleToJava<ConfigSignInPhoneNumberArgs>
Constructors
Link copied to clipboard
fun ConfigSignInPhoneNumberArgs(enabled: Output<Boolean>, testPhoneNumbers: Output<Map<String, String>>? = null)