We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2711af6 commit d7951e6Copy full SHA for d7951e6
x-pack/filebeat/input/salesforce/config_auth.go
@@ -33,7 +33,7 @@ type JWTBearerFlow struct {
33
Enabled *bool `config:"enabled"`
34
35
URL string `config:"url"`
36
- TokenURL string `config:"token_url"` // If not provided, the URL will be used by go-sfdc package.
+ TokenURL string `config:"token_url"` // If not provided, the URL field will be used as the audience URL by the go-sfdc package.
37
ClientID string `config:"client.id"`
38
ClientUsername string `config:"client.username"`
39
ClientKeyPath string `config:"client.key_path"`
0 commit comments