Share via


AuthorizationServerContract.GrantTypes Property

Definition

Gets or sets form of an authorization grant, which the client uses to request the access token.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.grantTypes")]
public System.Collections.Generic.IList<string> GrantTypes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.grantTypes")>]
member this.GrantTypes : System.Collections.Generic.IList<string> with get, set
Public Property GrantTypes As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to