audience property

List<String>? audience
final

A list of the intended recipients of the JWT. A valid JWT must provide an aud that matches at least one entry in this list. See RFC 7519. Supported only for HTTP APIs.

Implementation

final List<String>? audience;