Compartilhar via


AllowedAudiencesValidation.AllowedAudiences Propriedade

Definição

Obtém ou define as configurações da lista permitida de audiências das quais validar o token JWT.

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

Valor da propriedade

Atributos
Newtonsoft.Json.JsonPropertyAttribute

Aplica-se a