@@ -56,7 +56,7 @@ def __init__(
5656 :param multi_tenant: bool
5757 Whether this is a multi tenant or single tenant application.
5858 :param leeway: int
59- By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
59+ By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
6060 considered valid even if it falls within the leeway time before or after the "exp" or "nbf" times.
6161 :param validate_iss: bool
6262 **Only used for multi-tenant applications**
@@ -268,7 +268,7 @@ def __init__(
268268 }
269269
270270 :param leeway: int
271- By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
271+ By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
272272 considered valid even if it falls within the leeway time before or after the "exp" or "nbf" times.
273273
274274 :param allow_guest_users: bool
@@ -334,7 +334,7 @@ def __init__(
334334 }
335335
336336 :param leeway: int
337- By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
337+ By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
338338 considered valid even if it falls within the leeway time before or after the "exp" or "nbf" times.
339339
340340 :param validate_iss: bool
@@ -407,7 +407,7 @@ def __init__(
407407 }
408408
409409 :param leeway: int
410- By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
410+ By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
411411 considered valid even if it falls within the leeway time before or after the "exp" or "nbf" times.
412412
413413 :param validate_iss: bool
0 commit comments