JwtParameters.Audiences property

Gets the audiences (“aud”) claim from the JWT.

public IEnumerable<string> Audiences { get; set; }

See Also