ConfigSignInPhoneNumber

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.