We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b48ae commit b041876Copy full SHA for b041876
1 file changed
idtoken/idtoken.go
@@ -26,7 +26,7 @@ import (
26
type ClientOption = option.ClientOption
27
28
// NewClient creates a HTTP Client that automatically adds an ID token to each
29
-// request via an Authorization header. The token will have have the audience
+// request via an Authorization header. The token will have the audience
30
// provided and be configured with the supplied options. The parameter audience
31
// may not be empty.
32
func NewClient(ctx context.Context, audience string, opts ...ClientOption) (*http.Client, error) {
0 commit comments