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 407e9d9 commit e520ae2Copy full SHA for e520ae2
deps/oauth2_client/include/oauth2_client.hrl
@@ -9,6 +9,10 @@
9
% define access token request common constants
10
11
-define(DEFAULT_HTTP_TIMEOUT, 60000).
12
+
13
+% Refresh tome this number of seconds before expires_in token's attribute
14
+-define(REFRESH_IN_BEFORE_EXPIRES_IN, 5).
15
16
-define(DEFAULT_OPENID_CONFIGURATION_PATH, "/.well-known/openid-configuration").
17
18
% define access token request constants
0 commit comments