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 \ PushConfigMethods
__construct
Constructor.
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 .
string
setServiceAccountEmail
Service account email used for generating the OIDC token. For more information on setting up authentication, see Push subscriptions .
var
string
$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.
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.
var
string
$this