Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aeitzman committed Feb 22, 2024
1 parent 353e887 commit 362176f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google/externalaccount/basecredentials.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ https://cloud.google.com/iam/docs/workload-identity-federation-with-other-provid
To use a custom function to supply the token, define a struct that implements the [SubjectTokenSupplier] interface for OIDC/SAML providers,
or one that implements [AwsSecurityCredentialsSupplier] for AWS providers. This can then be used when building a [Config].
The [golang.org/x/oauth2.TokenSource] created from the config using [NewTokenSource] can then be used access Google
The [golang.org/x/oauth2.TokenSource] created from the config using [NewTokenSource] can then be used to access Google
Cloud resources. For instance, you can create a new client from the
[cloud.google.com/go/storage] package and pass in option.WithTokenSource(yourTokenSource))
Expand Down

0 comments on commit 362176f

Please sign in to comment.