Skip to content

Commit ac519b2

Browse files
committed
fix type
1 parent 362176f commit ac519b2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

google/externalaccount/basecredentials.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ https://cloud.google.com/iam/docs/workforce-obtaining-short-lived-credentials#ge
9595
To use a custom function to supply the token, define a struct that implements the [SubjectTokenSupplier] interface for OIDC/SAML providers.
9696
This can then be used when building a [Config].
9797
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
98+
Cloud resources. For instance, you can create a new client from the
9999
[cloud.google.com/go/storage] package and pass in option.WithTokenSource(yourTokenSource))
100100
101101
# Security considerations

0 commit comments

Comments
 (0)