Share via


AuthorizationServerContractBaseProperties.BearerTokenSendingMethods Property

Definition

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

[Newtonsoft.Json.JsonProperty(PropertyName="bearerTokenSendingMethods")]
public System.Collections.Generic.IList<string> BearerTokenSendingMethods { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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