Package | Description |
---|---|
com.google.auth | |
com.google.auth.oauth2 |
Modifier and Type | Method and Description |
---|---|
protected void |
Credentials.blockingGetToCallback(URI uri,
RequestMetadataCallback callback)
Call
Credentials.getRequestMetadata(URI) and pass the result or error to the callback. |
void |
Credentials.getRequestMetadata(URI uri,
Executor executor,
RequestMetadataCallback callback)
Get the current request metadata without blocking.
|
Modifier and Type | Method and Description |
---|---|
void |
ExternalAccountCredentials.getRequestMetadata(URI uri,
Executor executor,
RequestMetadataCallback callback) |
void |
OAuth2Credentials.getRequestMetadata(URI uri,
Executor executor,
RequestMetadataCallback callback) |
void |
ServiceAccountCredentials.getRequestMetadata(URI uri,
Executor executor,
RequestMetadataCallback callback) |
void |
ServiceAccountJwtAccessCredentials.getRequestMetadata(URI uri,
Executor executor,
RequestMetadataCallback callback) |
Copyright © 2023 Google. All rights reserved.