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 class
OAuthToken
Contains information needed for generating an [OAuth token](https://developers.google.com/identity/protocols/OAuth2).static class
OAuthToken.Builder
Contains 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 OAuthTokenOrBuilder
HttpRequest.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.OAuthTokenOrBuilder
HttpRequest. 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.OAuthTokenOrBuilder
HttpRequestOrBuilder. 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.
-