共用方式為


ApplicationBase.Oauth2AllowImplicitFlow Property

Definition

Gets or sets whether to allow implicit grant flow for OAuth2

[Newtonsoft.Json.JsonProperty(PropertyName="oauth2AllowImplicitFlow")]
public bool? Oauth2AllowImplicitFlow { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="oauth2AllowImplicitFlow")>]
member this.Oauth2AllowImplicitFlow : Nullable<bool> with get, set
Public Property Oauth2AllowImplicitFlow As Nullable(Of Boolean)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to