fixed oauth2 doc to reflect tls_config (#2979)

Signed-off-by: Max Lowther <lowther.max@gmail.com>
This commit is contained in:
Max Lowther 2022-07-04 15:54:44 +01:00 committed by GitHub
parent 528b9588bf
commit 4abf1bf1dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -436,6 +436,10 @@ token_url: <string>
# Optional parameters to append to the token URL.
endpoint_params:
[ <string>: <string> ... ]
# Configures the token request's TLS settings.
tls_config:
[ <tls_config> ]
```
## `<tls_config>`