Skip to content

Commit e62cccc

Browse files
committed
document http retry options (liboauth2 >= 2.2.0)
Signed-off-by: Hans Zandbelt <hans.zandbelt@openidc.com>
1 parent 64ad8c3 commit e62cccc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ OpenIDCProvider url https://accounts.google.com/.well-known/openid-configuration
2727

2828
### OpenIDCClient
2929

30-
`OpenIDCClient (string|json|file) <client-config> [ssl_verify=on|off];`
30+
`OpenIDCClient (string|json|file) <client-config> [ssl_verify=on|off][&http_timeout=<ms>][&http_retries=<n>][&http_retry_interval=<ms>];`
3131

3232
Configures the OpenID Connect Client settings. The `client-config` can be provided as a `string` that is form-encoded (eg. `key1=value1&key2=value2`), a `json` string, or a local `file` containing a JSON object. The keys that are required to be set in the config are:
3333

0 commit comments

Comments
 (0)