Class Settings
Settings data retrieved from the GoTrue server.
public class Settings
- Inheritance
-
Settings
- Inherited Members
Properties
DisableSignup
[JsonProperty("disable_signup")]
public bool? DisableSignup { get; set; }
Property Value
- bool?
ExternalProviders
[JsonProperty("external")]
public Dictionary<string, bool>? ExternalProviders { get; set; }
Property Value
MFAEnabled
[JsonProperty("mfa_enabled")]
public bool? MFAEnabled { get; set; }
Property Value
- bool?
MailerAutoConfirm
[JsonProperty("mailer_autoconfirm")]
public bool? MailerAutoConfirm { get; set; }
Property Value
- bool?
PhoneAutoConfirm
[JsonProperty("phone_autoconfirm")]
public bool? PhoneAutoConfirm { get; set; }
Property Value
- bool?
SAMLEnabled
[JsonProperty("saml_enabled")]
public bool? SAMLEnabled { get; set; }
Property Value
- bool?
SmsProvider
[JsonProperty("sms_provider")]
public string? SmsProvider { get; set; }