ProjectDefaultConfigSignIn

data class ProjectDefaultConfigSignIn(val allowDuplicateEmails: Boolean? = null, val anonymous: ProjectDefaultConfigSignInAnonymous? = null, val email: ProjectDefaultConfigSignInEmail? = null, val hashConfigs: List<ProjectDefaultConfigSignInHashConfig>? = null, val phoneNumber: ProjectDefaultConfigSignInPhoneNumber? = null)

Constructors

Link copied to clipboard
fun ProjectDefaultConfigSignIn(allowDuplicateEmails: Boolean? = null, anonymous: ProjectDefaultConfigSignInAnonymous? = null, email: ProjectDefaultConfigSignInEmail? = null, hashConfigs: List<ProjectDefaultConfigSignInHashConfig>? = null, phoneNumber: ProjectDefaultConfigSignInPhoneNumber? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to allow more than one account to have the same email.

Link copied to clipboard

Configuration options related to authenticating an anonymous user. Structure is documented below.

Link copied to clipboard

Configuration options related to authenticating a user by their email address. Structure is documented below.

Link copied to clipboard

(Output) Output only. Hash config information. Structure is documented below.

Link copied to clipboard

Configuration options related to authenticated a user by their phone number. Structure is documented below.