Config Sign In Args
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
constructor(allowDuplicateEmails: Output<Boolean>? = null, anonymous: Output<ConfigSignInAnonymousArgs>? = null, email: Output<ConfigSignInEmailArgs>? = null, hashConfigs: Output<List<ConfigSignInHashConfigArgs>>? = null, phoneNumber: Output<ConfigSignInPhoneNumberArgs>? = null)
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.