Share via


ApiManagementAuthorizationServerData.DoesSupportState Property

Definition

If true, authorization server will include state parameter from the authorization request to its response. Client may use state parameter to raise protocol security.

public bool? DoesSupportState { get; set; }
member this.DoesSupportState : Nullable<bool> with get, set
Public Property DoesSupportState As Nullable(Of Boolean)

Property Value

Applies to