Uses of Interface
com.google.pubsub.v1.PushConfig.OidcTokenOrBuilder
-
Packages that use PushConfig.OidcTokenOrBuilder Package Description com.google.pubsub.v1 -
-
Uses of PushConfig.OidcTokenOrBuilder in com.google.pubsub.v1
Classes in com.google.pubsub.v1 that implement PushConfig.OidcTokenOrBuilder Modifier and Type Class Description static classPushConfig.OidcTokenContains information needed for generating an [OpenID Connect token](https://developers.google.com/identity/protocols/OpenIDConnect).static classPushConfig.OidcToken.BuilderContains information needed for generating an [OpenID Connect token](https://developers.google.com/identity/protocols/OpenIDConnect).Methods in com.google.pubsub.v1 that return PushConfig.OidcTokenOrBuilder Modifier and Type Method Description PushConfig.OidcTokenOrBuilderPushConfig.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.OidcTokenOrBuilderPushConfig. 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.OidcTokenOrBuilderPushConfigOrBuilder. 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.
-