JwtParameters.Audiences property
Gets the audiences (“aud”) claim from the JWT.
public IEnumerable<string> Audiences { get; set; }
See Also
- class JwtParameters
- namespace Kestrun.Jwt
Gets the audiences (“aud”) claim from the JWT.
public IEnumerable<string> Audiences { get; set; }