@@ -644,7 +644,7 @@ <h3>Ancestors</h3>
644
644
</ dd >
645
645
< dt id ="supertokens_python.recipe.emailpassword.interfaces.CreateResetPasswordResult "> < code class ="flex name class ">
646
646
< span > class < span class ="ident "> CreateResetPasswordResult</ span > </ span >
647
- < span > (</ span > < span > status: "Literal['OK', 'UNKNOWN_USER_ID_ERROR']", token: Union[str, None])</ span >
647
+ < span > (</ span > < span > status: "Literal[( 'OK', 'UNKNOWN_USER_ID_ERROR') ]", token: Union[str, None])</ span >
648
648
</ code > </ dt >
649
649
< dd >
650
650
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -842,7 +842,7 @@ <h3>Methods</h3>
842
842
</ dd >
843
843
< dt id ="supertokens_python.recipe.emailpassword.interfaces.EmailVerifyPostResponse "> < code class ="flex name class ">
844
844
< span > class < span class ="ident "> EmailVerifyPostResponse</ span > </ span >
845
- < span > (</ span > < span > status: "Literal['OK', 'EMAIL_VERIFICATION_INVALID_TOKEN_ERROR']", user: Union[User, None])</ span >
845
+ < span > (</ span > < span > status: "Literal[( 'OK', 'EMAIL_VERIFICATION_INVALID_TOKEN_ERROR') ]", user: Union[User, None])</ span >
846
846
</ code > </ dt >
847
847
< dd >
848
848
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -940,7 +940,7 @@ <h3>Ancestors</h3>
940
940
</ dd >
941
941
< dt id ="supertokens_python.recipe.emailpassword.interfaces.GenerateEmailVerifyTokenPostResponse "> < code class ="flex name class ">
942
942
< span > class < span class ="ident "> GenerateEmailVerifyTokenPostResponse</ span > </ span >
943
- < span > (</ span > < span > status: "Literal['OK', 'EMAIL_ALREADY_VERIFIED_ERROR']")</ span >
943
+ < span > (</ span > < span > status: "Literal[( 'OK', 'EMAIL_ALREADY_VERIFIED_ERROR') ]")</ span >
944
944
</ code > </ dt >
945
945
< dd >
946
946
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -1194,7 +1194,7 @@ <h3>Ancestors</h3>
1194
1194
</ dd >
1195
1195
< dt id ="supertokens_python.recipe.emailpassword.interfaces.PasswordResetPostResponse "> < code class ="flex name class ">
1196
1196
< span > class < span class ="ident "> PasswordResetPostResponse</ span > </ span >
1197
- < span > (</ span > < span > status: "Literal['OK', 'RESET_PASSWORD_INVALID_TOKEN_ERROR']")</ span >
1197
+ < span > (</ span > < span > status: "Literal[( 'OK', 'RESET_PASSWORD_INVALID_TOKEN_ERROR') ]")</ span >
1198
1198
</ code > </ dt >
1199
1199
< dd >
1200
1200
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -1474,7 +1474,7 @@ <h3>Ancestors</h3>
1474
1474
</ dd >
1475
1475
< dt id ="supertokens_python.recipe.emailpassword.interfaces.ResetPasswordUsingTokenResult "> < code class ="flex name class ">
1476
1476
< span > class < span class ="ident "> ResetPasswordUsingTokenResult</ span > </ span >
1477
- < span > (</ span > < span > status: "Literal['OK', 'RESET_PASSWORD_INVALID_TOKEN_ERROR']")</ span >
1477
+ < span > (</ span > < span > status: "Literal[( 'OK', 'RESET_PASSWORD_INVALID_TOKEN_ERROR') ]")</ span >
1478
1478
</ code > </ dt >
1479
1479
< dd >
1480
1480
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -1570,7 +1570,7 @@ <h3>Ancestors</h3>
1570
1570
</ dd >
1571
1571
< dt id ="supertokens_python.recipe.emailpassword.interfaces.SignInPostResponse "> < code class ="flex name class ">
1572
1572
< span > class < span class ="ident "> SignInPostResponse</ span > </ span >
1573
- < span > (</ span > < span > status: "Literal['OK', 'WRONG_CREDENTIALS_ERROR']", user: Union[User, None])</ span >
1573
+ < span > (</ span > < span > status: "Literal[( 'OK', 'WRONG_CREDENTIALS_ERROR') ]", user: Union[User, None])</ span >
1574
1574
</ code > </ dt >
1575
1575
< dd >
1576
1576
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -1664,7 +1664,7 @@ <h3>Ancestors</h3>
1664
1664
</ dd >
1665
1665
< dt id ="supertokens_python.recipe.emailpassword.interfaces.SignInResult "> < code class ="flex name class ">
1666
1666
< span > class < span class ="ident "> SignInResult</ span > </ span >
1667
- < span > (</ span > < span > status: "Literal['OK', 'WRONG_CREDENTIALS_ERROR']", user: Union[User, None])</ span >
1667
+ < span > (</ span > < span > status: "Literal[( 'OK', 'WRONG_CREDENTIALS_ERROR') ]", user: Union[User, None])</ span >
1668
1668
</ code > </ dt >
1669
1669
< dd >
1670
1670
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -1803,7 +1803,7 @@ <h3>Ancestors</h3>
1803
1803
</ dd >
1804
1804
< dt id ="supertokens_python.recipe.emailpassword.interfaces.SignUpPostResponse "> < code class ="flex name class ">
1805
1805
< span > class < span class ="ident "> SignUpPostResponse</ span > </ span >
1806
- < span > (</ span > < span > status: "Literal['OK', 'EMAIL_ALREADY_EXISTS_ERROR']", user: Union[User, None])</ span >
1806
+ < span > (</ span > < span > status: "Literal[( 'OK', 'EMAIL_ALREADY_EXISTS_ERROR') ]", user: Union[User, None])</ span >
1807
1807
</ code > </ dt >
1808
1808
< dd >
1809
1809
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -1876,7 +1876,7 @@ <h3>Methods</h3>
1876
1876
</ dd >
1877
1877
< dt id ="supertokens_python.recipe.emailpassword.interfaces.SignUpResult "> < code class ="flex name class ">
1878
1878
< span > class < span class ="ident "> SignUpResult</ span > </ span >
1879
- < span > (</ span > < span > status: "Literal['OK', 'EMAIL_ALREADY_EXISTS_ERROR']", user: Union[User, None])</ span >
1879
+ < span > (</ span > < span > status: "Literal[( 'OK', 'EMAIL_ALREADY_EXISTS_ERROR') ]", user: Union[User, None])</ span >
1880
1880
</ code > </ dt >
1881
1881
< dd >
1882
1882
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
@@ -1952,7 +1952,7 @@ <h3>Ancestors</h3>
1952
1952
</ dd >
1953
1953
< dt id ="supertokens_python.recipe.emailpassword.interfaces.UpdateEmailOrPasswordResult "> < code class ="flex name class ">
1954
1954
< span > class < span class ="ident "> UpdateEmailOrPasswordResult</ span > </ span >
1955
- < span > (</ span > < span > status: "Literal['OK', 'UNKNOWN_USER_ID_ERROR', 'EMAIL_ALREADY_EXISTS_ERROR']")</ span >
1955
+ < span > (</ span > < span > status: "Literal[( 'OK', 'UNKNOWN_USER_ID_ERROR', 'EMAIL_ALREADY_EXISTS_ERROR') ]")</ span >
1956
1956
</ code > </ dt >
1957
1957
< dd >
1958
1958
< div class ="desc "> < p > Helper class that provides a standard way to create an ABC using
0 commit comments