google: Update comment for TokenURL param

This commit is contained in:
Andy Zhao 2023-03-02 09:36:22 -08:00
parent a1f84d645a
commit 07e4849e96
1 changed files with 2 additions and 1 deletions

View File

@ -63,7 +63,8 @@ type CredentialsParams struct {
// PKCE is used to support PKCE flow. Optional for 3LO flow.
PKCE *authhandler.PKCEParams
// The OAuth2 TokenURL to use, which depends on whether mTLS is enabled. Optional.
// The OAuth2 TokenURL default override. This value overrides the default TokenURL,
// unless explicitly specified by the credentials config file. Optional.
TokenURL string
}