Cloud PubSub V1 Client - Class OidcToken (1.42.1)

Reference documentation and code samples for the Cloud PubSub V1 Client class OidcToken.

Contains information needed for generating an OpenID Connect token.

Generated from protobuf message google.pubsub.v1.PushConfig.OidcToken

Methods

__construct

Constructor.

Parameters
NameDescription
data array

Optional. Data for populating the Message object.

↳ service_account_email string

Service account email used for generating the OIDC token. For more information on setting up authentication, see Push subscriptions.

↳ audience string

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.3 Note: if not specified, the Push endpoint URL will be used.

getServiceAccountEmail

Service account email used for generating the OIDC token. For more information on setting up authentication, see Push subscriptions.

Returns
TypeDescription
string

setServiceAccountEmail

Service account email used for generating the OIDC token. For more information on setting up authentication, see Push subscriptions.

Parameter
NameDescription
var string
Returns
TypeDescription
$this

getAudience

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.3 Note: if not specified, the Push endpoint URL will be used.

Returns
TypeDescription
string

setAudience

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.3 Note: if not specified, the Push endpoint URL will be used.

Parameter
NameDescription
var string
Returns
TypeDescription
$this