Click or drag to resize

NotificationSettingsSmtpSettingsNetworkSettingsAuthTypeEnum Enumeration

Enum for AuthSettings choice type selection

Namespace:  Omada.OE.Model
Assembly:  Omada.OE.Model (in Omada.OE.Model.dll) Version: 15.0.0.0
Syntax
C#
public enum AuthTypeEnum
Members
  Member nameValueDescription
None-1 no auth specified
defaultCredentials0 defaultCredentials
anonymous1 anonymous
basic2 basic
azureAdPasswordGrant3 azureAdPasswordGrant
googleServiceAccount4 Google ServiceAccount OAuth Settings
azureAdClientCredentials5 AzureAdClientCredentials
See Also