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: service-account-name@project-id.iam.gserviceaccount.com

Implementation

core.List<core.String>? allowedIssuers;