allowedIssuers property

List<String> allowedIssuers
final

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

final List<String> allowedIssuers;