Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
aeitzman committed Feb 22, 2024
1 parent 362176f commit ac519b2
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 @@ -95,7 +95,7 @@ https://cloud.google.com/iam/docs/workforce-obtaining-short-lived-credentials#ge
To use a custom function to supply the token, define a struct that implements the [SubjectTokenSupplier] interface for OIDC/SAML 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
Cloud resources. For instance, you can create a NewClient from thes
Cloud resources. For instance, you can create a new client from the
[cloud.google.com/go/storage] package and pass in option.WithTokenSource(yourTokenSource))
# Security considerations
Expand Down

0 comments on commit ac519b2

Please sign in to comment.