Skip to content

Commit adea9f9

Browse files
mehtatejasJonasKs
authored andcommitted
fix linting
1 parent 94e9dfb commit adea9f9

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/docs/settings/b2c.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Scopes, these are the ones you've configured in Azure AD B2C. Key is scope, valu
3333
### leeway: int
3434
**Default:** `0`
3535

36-
By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
36+
By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
3737
considered valid even if it falls within the leeway time before or after the "exp" or "nbf" times.
3838

3939
-----------------

docs/docs/settings/multi_tenant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Scopes, these are the ones you've configured in Azure AD. Key is scope, value is
3535
### leeway: int
3636
**Default:** `0`
3737

38-
By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
38+
By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
3939
considered valid even if it falls within the leeway time before or after the "exp" or "nbf" times.
4040

4141
-----------------

docs/docs/settings/single_tenant.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Scopes, these are the ones you've configured in Azure AD. Key is scope, value is
4242
### leeway: int
4343
**Default:** `0`
4444

45-
By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
45+
By adding leeway, you define a tolerance window in terms of seconds, allowing the token to be
4646
considered valid even if it falls within the leeway time before or after the "exp" or "nbf" times.
4747

4848
-----------------

fastapi_azure_auth/auth.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)