fixed oauth2 doc to reflect tls_config (#2979)
Signed-off-by: Max Lowther <lowther.max@gmail.com>
This commit is contained in:
parent
528b9588bf
commit
4abf1bf1dc
|
@ -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>`
|
||||
|
|
Loading…
Reference in New Issue