File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ async def verify(
176176 token (str): The JWT to verify.
177177 nonce (str, optional): The nonce value sent during authentication.
178178 max_age (int, optional): The max_age value sent during authentication.
179- organization (str, optional): The expected organization ID (org_id) or orgnization name (org_name) claim value. This should be specified
179+ organization (str, optional): The expected organization ID (org_id) or organization name (org_name) claim value. This should be specified
180180 when logging in to an organization.
181181
182182 Returns:
Original file line number Diff line number Diff line change @@ -299,7 +299,7 @@ def verify(
299299 token (str): The JWT to verify.
300300 nonce (str, optional): The nonce value sent during authentication.
301301 max_age (int, optional): The max_age value sent during authentication.
302- organization (str, optional): The expected organization ID (org_id) or orgnization name (org_name) claim value. This should be specified
302+ organization (str, optional): The expected organization ID (org_id) or organization name (org_name) claim value. This should be specified
303303 when logging in to an organization.
304304
305305 Returns:
You can’t perform that action at this time.
0 commit comments