Optional. Audience to be used when generating OIDC token. The audience claim identifies the recipients that the JWT is intended for. The audience value is a single case-sensitive string. Having multiple values (array) for the audience field is not supported. More info about the OIDC JWT token audience here:https://tools.ietf.org/html/rfc7519#section-4.1.3Note: if not specified, the Push endpoint URL will be used.
Optional. Audience to be used when generating OIDC token. The audience
claim identifies the recipients that the JWT is intended for. The
audience value is a single case-sensitive string. Having multiple values
(array) for the audience field is not supported. More info about the OIDC
JWT token audience here:https://tools.ietf.org/html/rfc7519#section-4.1.3Note: if not specified,
the Push endpoint URL will be used.
Returns
Type
Description
string
setAudience
Optional. Audience to be used when generating OIDC token. The audience
claim identifies the recipients that the JWT is intended for. The
audience value is a single case-sensitive string. Having multiple values
(array) for the audience field is not supported. More info about the OIDC
JWT token audience here:https://tools.ietf.org/html/rfc7519#section-4.1.3Note: if not specified,
the Push endpoint URL will be used.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Cloud PubSub V1 Client - Class OidcToken (2.13.2)\n\nVersion latestkeyboard_arrow_down\n\n- [2.13.2 (latest)](/php/docs/reference/cloud-pubsub/latest/V1.PushConfig.OidcToken)\n- [2.13.1](/php/docs/reference/cloud-pubsub/2.13.1/V1.PushConfig.OidcToken)\n- [2.12.0](/php/docs/reference/cloud-pubsub/2.12.0/V1.PushConfig.OidcToken)\n- [2.11.3](/php/docs/reference/cloud-pubsub/2.11.3/V1.PushConfig.OidcToken)\n- [2.10.1](/php/docs/reference/cloud-pubsub/2.10.1/V1.PushConfig.OidcToken)\n- [2.9.1](/php/docs/reference/cloud-pubsub/2.9.1/V1.PushConfig.OidcToken)\n- [2.8.2](/php/docs/reference/cloud-pubsub/2.8.2/V1.PushConfig.OidcToken)\n- [2.7.0](/php/docs/reference/cloud-pubsub/2.7.0/V1.PushConfig.OidcToken)\n- [2.6.0](/php/docs/reference/cloud-pubsub/2.6.0/V1.PushConfig.OidcToken)\n- [2.5.2](/php/docs/reference/cloud-pubsub/2.5.2/V1.PushConfig.OidcToken)\n- [2.4.0](/php/docs/reference/cloud-pubsub/2.4.0/V1.PushConfig.OidcToken)\n- [2.3.0](/php/docs/reference/cloud-pubsub/2.3.0/V1.PushConfig.OidcToken)\n- [2.2.1](/php/docs/reference/cloud-pubsub/2.2.1/V1.PushConfig.OidcToken)\n- [2.1.2](/php/docs/reference/cloud-pubsub/2.1.2/V1.PushConfig.OidcToken)\n- [1.50.0](/php/docs/reference/cloud-pubsub/1.50.0/V1.PushConfig.OidcToken)\n- [1.49.0](/php/docs/reference/cloud-pubsub/1.49.0/V1.PushConfig.OidcToken)\n- [1.48.0](/php/docs/reference/cloud-pubsub/1.48.0/V1.PushConfig.OidcToken)\n- [1.47.0](/php/docs/reference/cloud-pubsub/1.47.0/V1.PushConfig.OidcToken)\n- [1.46.5](/php/docs/reference/cloud-pubsub/1.46.5/V1.PushConfig.OidcToken)\n- [1.45.2](/php/docs/reference/cloud-pubsub/1.45.2/V1.PushConfig.OidcToken)\n- [1.44.0](/php/docs/reference/cloud-pubsub/1.44.0/V1.PushConfig.OidcToken)\n- [1.43.2](/php/docs/reference/cloud-pubsub/1.43.2/V1.PushConfig.OidcToken)\n- [1.42.1](/php/docs/reference/cloud-pubsub/1.42.1/V1.PushConfig.OidcToken)\n- [1.41.3](/php/docs/reference/cloud-pubsub/1.41.3/V1.PushConfig.OidcToken)\n- [1.40.1](/php/docs/reference/cloud-pubsub/1.40.1/V1.PushConfig.OidcToken)\n- [1.39.3](/php/docs/reference/cloud-pubsub/1.39.3/V1.PushConfig.OidcToken) \nReference documentation and code samples for the Cloud PubSub V1 Client class OidcToken.\n\nContains information needed for generating an\n[OpenID Connect\ntoken](https://developers.google.com/identity/protocols/OpenIDConnect).\n\nGenerated from protobuf message `google.pubsub.v1.PushConfig.OidcToken`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ PubSub \\\\ V1 \\\\ PushConfig\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getServiceAccountEmail\n\nOptional. [Service account\nemail](https://cloud.google.com/iam/docs/service-accounts)\nused for generating the OIDC token. For more information\non setting up authentication, see\n[Push subscriptions](https://cloud.google.com/pubsub/docs/push).\n\n### setServiceAccountEmail\n\nOptional. [Service account\nemail](https://cloud.google.com/iam/docs/service-accounts)\nused for generating the OIDC token. For more information\non setting up authentication, see\n[Push subscriptions](https://cloud.google.com/pubsub/docs/push).\n\n### getAudience\n\nOptional. Audience to be used when generating OIDC token. The audience\nclaim identifies the recipients that the JWT is intended for. The\naudience value is a single case-sensitive string. Having multiple values\n(array) for the audience field is not supported. More info about the OIDC\nJWT token audience here:\n\u003chttps://tools.ietf.org/html/rfc7519#section-4.1.3\u003e Note: if not specified,\nthe Push endpoint URL will be used.\n\n### setAudience\n\nOptional. Audience to be used when generating OIDC token. The audience\nclaim identifies the recipients that the JWT is intended for. The\naudience value is a single case-sensitive string. Having multiple values\n(array) for the audience field is not supported. More info about the OIDC\nJWT token audience here:\n\u003chttps://tools.ietf.org/html/rfc7519#section-4.1.3\u003e Note: if not specified,\nthe Push endpoint URL will be used."]]