Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 6341d84

Browse files
jtemporallbalmaceda
authored andcommitted
Fixes identation warning on TokenVerifier.verify docstrings
1 parent 25f9b75 commit 6341d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth0/v3/authentication/token_verifier.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,7 +227,7 @@ def verify(self, token, nonce=None, max_age=None, organization=None):
227227
nonce (str, optional): The nonce value sent during authentication.
228228
max_age (int, optional): The max_age value sent during authentication.
229229
organization (str, optional): The expected organization ID (org_id) claim value. This should be specified
230-
when logging in to an organization.
230+
when logging in to an organization.
231231
232232
Raises:
233233
TokenValidationError: when the token cannot be decoded, the token signing algorithm is not the expected one,

0 commit comments

Comments
 (0)