ProjectDefaultConfigSignInPhoneNumberArgs

data class ProjectDefaultConfigSignInPhoneNumberArgs(val enabled: Output<Boolean>? = null, val testPhoneNumbers: Output<Map<String, String>>? = null) : ConvertibleToJava<ProjectDefaultConfigSignInPhoneNumberArgs>

Constructors

fun ProjectDefaultConfigSignInPhoneNumberArgs(enabled: Output<Boolean>? = null, testPhoneNumbers: Output<Map<String, String>>? = null)

Functions

Link copied to clipboard
open override fun toJava(): ProjectDefaultConfigSignInPhoneNumberArgs

Properties

Link copied to clipboard
val enabled: Output<Boolean>? = null

Whether phone number auth is enabled for the project or not.

Link copied to clipboard
val testPhoneNumbers: Output<Map<String, String>>? = null

A map of that can be used for phone auth testing.