Skip to content

Commit e520ae2

Browse files
Add constant
1 parent 407e9d9 commit e520ae2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

deps/oauth2_client/include/oauth2_client.hrl

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,10 @@
99
% define access token request common constants
1010

1111
-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+
1216
-define(DEFAULT_OPENID_CONFIGURATION_PATH, "/.well-known/openid-configuration").
1317

1418
% define access token request constants

0 commit comments

Comments
 (0)