Package | Description |
---|---|
com.google.pubsub.v1 |
Modifier and Type | Class and Description |
---|---|
static class |
PushConfig.OidcToken
Contains information needed for generating an
[OpenID Connect
token](https://developers.google.com/identity/protocols/OpenIDConnect).
|
static class |
PushConfig.OidcToken.Builder
Contains information needed for generating an
[OpenID Connect
token](https://developers.google.com/identity/protocols/OpenIDConnect).
|
Modifier and Type | Method and Description |
---|---|
PushConfig.OidcTokenOrBuilder |
PushConfig.getOidcTokenOrBuilder()
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
PushConfig.OidcTokenOrBuilder |
PushConfig.Builder.getOidcTokenOrBuilder()
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
PushConfig.OidcTokenOrBuilder |
PushConfigOrBuilder.getOidcTokenOrBuilder()
If specified, Pub/Sub will generate and attach an OIDC JWT token as an
`Authorization` header in the HTTP request for every pushed message.
|
Copyright © 2023 Google LLC. All rights reserved.