Cloud PubSub V1 Client - Class OidcToken (1.43.2)

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

Namespace

Google \ Cloud \ PubSub \ V1 \ PushConfig

Methods

__construct

Constructor.

Parameters
Name
Description
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
Type
Description
string

setServiceAccountEmail

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

Parameter
Name
Description
var
string
Returns
Type
Description
$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
Type
Description
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
Name
Description
var
string
Returns
Type
Description
$this
Create a Mobile Website
View Site in Mobile | Classic
Share by: