Click or drag to resize

NotificationSettingsSmtpSettingsNetworkSettingsAuthMethod Field

AuthMethod

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
[XmlChoiceIdentifierAttribute("AuthType")]
[XmlElementAttribute("defaultCredentials", typeof(DefaultCredentialsSettings))]
[XmlElementAttribute("anonymous", typeof(AnonymousAuthSettings))]
[XmlElementAttribute("basic", typeof(BasicAuthSettings))]
[XmlElementAttribute("azureAdPasswordGrant", typeof(AzureAdPasswordGrantSettings))]
[XmlElementAttribute("googleServiceAccount", typeof(GoogleServiceAccountSettings))]
[XmlElementAttribute("azureAdClientCredentials", typeof(AzureAdClientCredentialsSettings))]
public AuthSettings AuthMethod

Field Value

Type: AuthSettings
See Also