다음을 통해 공유


AuthorizationServerContract.BearerTokenSendingMethods Property

Definition

Gets or sets specifies the mechanism by which access token is passed to the API.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to