Uses of Interface
com.google.cloud.tasks.v2.OidcTokenOrBuilder
-
Packages that use OidcTokenOrBuilder Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks API -
-
Uses of OidcTokenOrBuilder in com.google.cloud.tasks.v2
Classes in com.google.cloud.tasks.v2 that implement OidcTokenOrBuilder Modifier and Type Class Description classOidcTokenContains information needed for generating an [OpenID Connect token](https://developers.google.com/identity/protocols/OpenIDConnect).static classOidcToken.BuilderContains information needed for generating an [OpenID Connect token](https://developers.google.com/identity/protocols/OpenIDConnect).Methods in com.google.cloud.tasks.v2 that return OidcTokenOrBuilder Modifier and Type Method Description OidcTokenOrBuilderHttpRequest.Builder. getOidcTokenOrBuilder()If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token will be generated and attached as an `Authorization` header in the HTTP request.OidcTokenOrBuilderHttpRequest. getOidcTokenOrBuilder()If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token will be generated and attached as an `Authorization` header in the HTTP request.OidcTokenOrBuilderHttpRequestOrBuilder. getOidcTokenOrBuilder()If specified, an [OIDC](https://developers.google.com/identity/protocols/OpenIDConnect) token will be generated and attached as an `Authorization` header in the HTTP request.
-