Compartir a través de


JwtAuthentication.Audiences Propiedad

Definición

Obtiene o establece la lista de audiencias de tokens esperadas. La audiencia del token es válida si coincide con al menos uno de los valores especificados.

[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 de propiedad

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Se aplica a