ProjectDefaultConfigSignInPhoneNumber

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

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

Link copied to clipboard

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