allowedIssuers property

List<String>? allowedIssuers
getter/setter pair

A list of allowed JWT issuers.

Each entry must be a valid Google service account, in the following format: [email protected]

Implementation

core.List<core.String>? allowedIssuers;