From 07e4849e96a72028a8d6ff99b228846902f5bea6 Mon Sep 17 00:00:00 2001 From: Andy Zhao Date: Thu, 2 Mar 2023 09:36:22 -0800 Subject: [PATCH] google: Update comment for TokenURL param --- google/default.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/google/default.go b/google/default.go index da1ebbf..afc3d51 100644 --- a/google/default.go +++ b/google/default.go @@ -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 }