Partilhar via


JwtAuthentication.Audiences Propriedade

Definição

Obtém ou define a lista de audiências de token esperadas. O público-alvo do token será válido se corresponder a pelo menos um dos valores fornecidos.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a