@@ -69,7 +69,7 @@ def new(
69
69
Create a new connect session for an employer
70
70
71
71
Args:
72
- minutes_to_expire: The number of minutes until the session expires (defaults to 10,080 , which is 7
72
+ minutes_to_expire: The number of minutes until the session expires (defaults to 20,160 , which is 14
73
73
days)
74
74
75
75
extra_headers: Send extra headers
@@ -129,7 +129,7 @@ def reauthenticate(
129
129
Args:
130
130
connection_id: The ID of the existing connection to reauthenticate
131
131
132
- minutes_to_expire: The number of minutes until the session expires (defaults to 10,080 , which is 7
132
+ minutes_to_expire: The number of minutes until the session expires (defaults to 20,160 , which is 14
133
133
days)
134
134
135
135
products: The products to request access to (optional for reauthentication)
@@ -207,7 +207,7 @@ async def new(
207
207
Create a new connect session for an employer
208
208
209
209
Args:
210
- minutes_to_expire: The number of minutes until the session expires (defaults to 10,080 , which is 7
210
+ minutes_to_expire: The number of minutes until the session expires (defaults to 20,160 , which is 14
211
211
days)
212
212
213
213
extra_headers: Send extra headers
@@ -267,7 +267,7 @@ async def reauthenticate(
267
267
Args:
268
268
connection_id: The ID of the existing connection to reauthenticate
269
269
270
- minutes_to_expire: The number of minutes until the session expires (defaults to 10,080 , which is 7
270
+ minutes_to_expire: The number of minutes until the session expires (defaults to 20,160 , which is 14
271
271
days)
272
272
273
273
products: The products to request access to (optional for reauthentication)
0 commit comments