We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ccc418 commit e8ad657Copy full SHA for e8ad657
credentials/credentials.go
@@ -44,8 +44,7 @@ type PerRPCCredentials interface {
44
// A54). uri is the URI of the entry point for the request. When supported
45
// by the underlying implementation, ctx can be used for timeout and
46
// cancellation. Additionally, RequestInfo data will be available via ctx
47
- // to this call. TODO(zhaoq): Define the set of the qualified keys instead
48
- // of leaving it as an arbitrary string.
+ // to this call.
49
GetRequestMetadata(ctx context.Context, uri ...string) (map[string]string, error)
50
// RequireTransportSecurity indicates whether the credentials requires
51
// transport security.
0 commit comments