@@ -69,7 +69,7 @@ def new(
6969 Create a new connect session for an employer
7070
7171 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
7373 days)
7474
7575 extra_headers: Send extra headers
@@ -129,7 +129,7 @@ def reauthenticate(
129129 Args:
130130 connection_id: The ID of the existing connection to reauthenticate
131131
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
133133 days)
134134
135135 products: The products to request access to (optional for reauthentication)
@@ -207,7 +207,7 @@ async def new(
207207 Create a new connect session for an employer
208208
209209 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
211211 days)
212212
213213 extra_headers: Send extra headers
@@ -267,7 +267,7 @@ async def reauthenticate(
267267 Args:
268268 connection_id: The ID of the existing connection to reauthenticate
269269
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
271271 days)
272272
273273 products: The products to request access to (optional for reauthentication)
0 commit comments