AuthenticationSettingsContract.OAuth2 Property

Definition

Gets or sets oAuth2 Authentication settings

[Newtonsoft.Json.JsonProperty(PropertyName="oAuth2")]
public Microsoft.Azure.Management.ApiManagement.Models.OAuth2AuthenticationSettingsContract OAuth2 { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="oAuth2")>]
member this.OAuth2 : Microsoft.Azure.Management.ApiManagement.Models.OAuth2AuthenticationSettingsContract with get, set
Public Property OAuth2 As OAuth2AuthenticationSettingsContract

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to