ConfigSignInArgs

data class ConfigSignInArgs(val allowDuplicateEmails: Output<Boolean>? = null, val anonymous: Output<ConfigSignInAnonymousArgs>? = null, val email: Output<ConfigSignInEmailArgs>? = null, val hashConfigs: Output<List<ConfigSignInHashConfigArgs>>? = null, val phoneNumber: Output<ConfigSignInPhoneNumberArgs>? = null) : ConvertibleToJava<ConfigSignInArgs>

Constructors

Link copied to clipboard
fun ConfigSignInArgs(allowDuplicateEmails: Output<Boolean>? = null, anonymous: Output<ConfigSignInAnonymousArgs>? = null, email: Output<ConfigSignInEmailArgs>? = null, hashConfigs: Output<List<ConfigSignInHashConfigArgs>>? = null, phoneNumber: Output<ConfigSignInPhoneNumberArgs>? = null)

Functions

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

Properties

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

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
val email: Output<ConfigSignInEmailArgs>? = null

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.