Partilhar via


AuthorizationServerUpdateContract.GrantTypes Propriedade

Definição

Obtém ou define a forma de uma concessão de autorização, que o cliente usa para solicitar o token de acesso.

[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)

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a