@@ -310,7 +310,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdpartypasswordless.
310
310
)
311
311
312
312
313
- def passwordlessSigninup (
313
+ def passwordless_signinup (
314
314
tenant_id: str,
315
315
email: Union[str, None],
316
316
phone_number: Union[str, None],
@@ -655,16 +655,16 @@ <h2 class="section-title" id="header-functions">Functions</h2>
655
655
)</ code > </ pre >
656
656
</ details >
657
657
</ dd >
658
- < dt id ="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup "> < code class ="name flex ">
659
- < span > def < span class ="ident "> passwordlessSigninup </ span > </ span > (< span > tenant_id: str, email: Optional[str], phone_number: Optional[str], user_context: Optional[Dict[str, Any]] = None) ‑> < a title ="supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult " href ="../interfaces.html#supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult "> ConsumeCodeOkResult</ a > </ span >
658
+ < dt id ="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup "> < code class ="name flex ">
659
+ < span > def < span class ="ident "> passwordless_signinup </ span > </ span > (< span > tenant_id: str, email: Optional[str], phone_number: Optional[str], user_context: Optional[Dict[str, Any]] = None) ‑> < a title ="supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult " href ="../interfaces.html#supertokens_python.recipe.thirdpartypasswordless.interfaces.ConsumeCodeOkResult "> ConsumeCodeOkResult</ a > </ span >
660
660
</ code > </ dt >
661
661
< dd >
662
662
< div class ="desc "> </ div >
663
663
< details class ="source ">
664
664
< summary >
665
665
< span > Expand source code</ span >
666
666
</ summary >
667
- < pre > < code class ="python "> def passwordlessSigninup (
667
+ < pre > < code class ="python "> def passwordless_signinup (
668
668
tenant_id: str,
669
669
email: Union[str, None],
670
670
phone_number: Union[str, None],
@@ -865,7 +865,7 @@ <h2>Index</h2>
865
865
< li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_email " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_email "> list_codes_by_email</ a > </ code > </ li >
866
866
< li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_phone_number " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_phone_number "> list_codes_by_phone_number</ a > </ code > </ li >
867
867
< li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_pre_auth_session_id " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.list_codes_by_pre_auth_session_id "> list_codes_by_pre_auth_session_id</ a > </ code > </ li >
868
- < li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.passwordlessSigninup " > passwordlessSigninup </ a > </ code > </ li >
868
+ < li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.passwordless_signinup " > passwordless_signinup </ a > </ code > </ li >
869
869
< li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_all_codes " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_all_codes "> revoke_all_codes</ a > </ code > </ li >
870
870
< li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code "> revoke_code</ a > </ code > </ li >
871
871
< li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.send_email " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.send_email "> send_email</ a > </ code > </ li >
0 commit comments