Skip to content

Commit 07e4849

Browse files
committedMar 2, 2023
google: Update comment for TokenURL param
1 parent a1f84d6 commit 07e4849

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎google/default.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ type CredentialsParams struct {
6363
// PKCE is used to support PKCE flow. Optional for 3LO flow.
6464
PKCE *authhandler.PKCEParams
6565

66-
// The OAuth2 TokenURL to use, which depends on whether mTLS is enabled. Optional.
66+
// The OAuth2 TokenURL default override. This value overrides the default TokenURL,
67+
// unless explicitly specified by the credentials config file. Optional.
6768
TokenURL string
6869
}
6970

0 commit comments

Comments
 (0)