audiences property

List<String> audiences
final

The list of JWT audiences. that are allowed to access. A JWT containing any of these audiences will be accepted.

Implementation

final List<String> audiences;