@@ -310,7 +310,7 @@ <h1 class="title">Module <code>supertokens_python.recipe.thirdpartypasswordless.
310310 )
311311
312312
313- def passwordlessSigninup (
313+ def passwordless_signinup (
314314 tenant_id: str,
315315 email: Union[str, None],
316316 phone_number: Union[str, None],
@@ -655,16 +655,16 @@ <h2 class="section-title" id="header-functions">Functions</h2>
655655 )</ code > </ pre >
656656</ details >
657657</ 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 >
660660</ code > </ dt >
661661< dd >
662662< div class ="desc "> </ div >
663663< details class ="source ">
664664< summary >
665665< span > Expand source code</ span >
666666</ summary >
667- < pre > < code class ="python "> def passwordlessSigninup (
667+ < pre > < code class ="python "> def passwordless_signinup (
668668 tenant_id: str,
669669 email: Union[str, None],
670670 phone_number: Union[str, None],
@@ -865,7 +865,7 @@ <h2>Index</h2>
865865< 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 >
866866< 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 >
867867< 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 >
869869< 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 >
870870< li > < code > < a title ="supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code " href ="#supertokens_python.recipe.thirdpartypasswordless.syncio.revoke_code "> revoke_code</ a > </ code > </ li >
871871< 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