We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1f84d6 commit 07e4849Copy full SHA for 07e4849
google/default.go
@@ -63,7 +63,8 @@ type CredentialsParams struct {
63
// PKCE is used to support PKCE flow. Optional for 3LO flow.
64
PKCE *authhandler.PKCEParams
65
66
- // The OAuth2 TokenURL to use, which depends on whether mTLS is enabled. Optional.
+ // The OAuth2 TokenURL default override. This value overrides the default TokenURL,
67
+ // unless explicitly specified by the credentials config file. Optional.
68
TokenURL string
69
}
70
0 commit comments