audiences property

  1. @TagNumber(2)
List<String> audiences

The intended audience(s) for this authentication information. Reflects the audience (aud) claim within a JWT. The audience value(s) depends on the issuer, but typically include one or more of the following pieces of information:

  • The services intended to receive the credential such as "pubsub.googleapis.com", "storage.googleapis.com"
  • A set of service-based scopes. For example, "https://www.googleapis.com/auth/cloud-platform"
  • The client id of an app, such as the Firebase project id for JWTs from Firebase Auth.

Consult the documentation for the credential issuer to determine the information provided.

Implementation

@$pb.TagNumber(2)
$core.List<$core.String> get audiences => $_getList(1);