ConfigSignInPhoneNumberArgs

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

Constructors

Link copied to clipboard
constructor(enabled: Output<Boolean>, testPhoneNumbers: Output<Map<String, String>>? = null)

Properties

Link copied to clipboard
val enabled: Output<Boolean>

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.

Functions

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