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 362176f commit ac519b2Copy full SHA for ac519b2
google/externalaccount/basecredentials.go
@@ -95,7 +95,7 @@ https://cloud.google.com/iam/docs/workforce-obtaining-short-lived-credentials#ge
95
To use a custom function to supply the token, define a struct that implements the [SubjectTokenSupplier] interface for OIDC/SAML providers.
96
This can then be used when building a [Config].
97
The [golang.org/x/oauth2.TokenSource] created from the config using [NewTokenSource] can then be used access Google
98
-Cloud resources. For instance, you can create a NewClient from thes
+Cloud resources. For instance, you can create a new client from the
99
[cloud.google.com/go/storage] package and pass in option.WithTokenSource(yourTokenSource))
100
101
# Security considerations
0 commit comments