ConfigSignInEmailArgs

data class ConfigSignInEmailArgs(val enabled: Output<Boolean>, val passwordRequired: Output<Boolean>? = null) : ConvertibleToJava<ConfigSignInEmailArgs>

Constructors

Link copied to clipboard
fun ConfigSignInEmailArgs(enabled: Output<Boolean>, passwordRequired: Output<Boolean>? = null)

Functions

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

Properties

Link copied to clipboard
val enabled: Output<Boolean>

Whether email auth is enabled for the project or not.

Link copied to clipboard
val passwordRequired: Output<Boolean>? = null

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.