Skip to content

Commit

Permalink
google: Update comment for TokenURL param
Browse files Browse the repository at this point in the history
  • Loading branch information
andyrzhao committed Mar 2, 2023
1 parent a1f84d6 commit 07e4849
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion google/default.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

Expand Down

0 comments on commit 07e4849

Please sign in to comment.