Class ClientAuthenticationMethod Defines values for ClientAuthenticationMethod. Inheritance Object ClientAuthenticationMethod Namespace: System.Dynamic.ExpandoObject Assembly: Microsoft.Azure.Management.ApiManagement.dll Syntax public static class ClientAuthenticationMethod Fields Basic Basic Client Authentication method. Declaration public const string Basic; Field Value String Body Body based Authentication method. Declaration public const string Body; Field Value String