audiences property

List<String>? audiences
getter/setter pair

The list of JWT audiences.

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

Implementation

core.List<core.String>? audiences;