Share via


OpenIdConnectClientCredential.Method Property

Definition

Gets or sets the method that should be used to authenticate the user. Possible values include: 'ClientSecretPost'

[Newtonsoft.Json.JsonProperty(PropertyName="method")]
public Microsoft.Azure.Management.WebSites.Models.ClientCredentialMethod? Method { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="method")>]
member this.Method : Nullable<Microsoft.Azure.Management.WebSites.Models.ClientCredentialMethod> with get, set
Public Property Method As Nullable(Of ClientCredentialMethod)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to