audiences property

  1. @TagNumber.new(2)
PbList<String> get 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. For example, "https://pubsub.googleapis.com/", "https://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)
$pb.PbList<$core.String> get audiences => $_getList(1);