JwtSecurityToken.Audiences Property

Definition

Gets the list of 'audience' claim { aud, 'value' }.

public System.Collections.Generic.IEnumerable<string> Audiences { get; }
member this.Audiences : seq<string>
Public ReadOnly Property Audiences As IEnumerable(Of String)

Property Value

Remarks

If the 'audience' claim is not found, enumeration will be empty.

Applies to