Aracılığıyla paylaş


OpenIdAuthenticationSettingsContract.BearerTokenSendingMethods Property

Definition

Gets or sets how to send token to the server.

[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