ConfigSignInEmail

data class ConfigSignInEmail(val enabled: Boolean, val passwordRequired: Boolean? = null)

Constructors

Link copied to clipboard
fun ConfigSignInEmail(enabled: Boolean, passwordRequired: Boolean? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether email auth is enabled for the project or not.

Link copied to clipboard

Whether a password is required for email auth or not. If true, both an email and password must be provided to sign in. If false, a user may sign in via either email/password or email link.