Uses of Interface
com.google.cloud.tasks.v2.OAuthTokenOrBuilder
-
Packages that use OAuthTokenOrBuilder Package Description com.google.cloud.tasks.v2 A client to Cloud Tasks API -
-
Uses of OAuthTokenOrBuilder in com.google.cloud.tasks.v2
Classes in com.google.cloud.tasks.v2 that implement OAuthTokenOrBuilder Modifier and Type Class Description classOAuthTokenContains information needed for generating an [OAuth token](https://developers.google.com/identity/protocols/OAuth2).static classOAuthToken.BuilderContains information needed for generating an [OAuth token](https://developers.google.com/identity/protocols/OAuth2).Methods in com.google.cloud.tasks.v2 that return OAuthTokenOrBuilder Modifier and Type Method Description OAuthTokenOrBuilderHttpRequest.Builder. getOauthTokenOrBuilder()If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.OAuthTokenOrBuilderHttpRequest. getOauthTokenOrBuilder()If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.OAuthTokenOrBuilderHttpRequestOrBuilder. getOauthTokenOrBuilder()If specified, an [OAuth token](https://developers.google.com/identity/protocols/OAuth2) will be generated and attached as an `Authorization` header in the HTTP request.
-