Skip to content

Commit 3d15343

Browse files
committed
adding dev-v0.25.0 tag to this commit to ensure building
1 parent 54c12f2 commit 3d15343

27 files changed

+709
-41
lines changed

.vscode/launch.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"program": "${workspaceFolder}/tests/frontendIntegration/flask-server/app.py",
99
"args": [
1010
"--port",
11-
"8080"
11+
"8083"
1212
],
1313
"cwd": "${workspaceFolder}/tests/frontendIntegration/flask-server",
1414
"env": {

html/supertokens_python/ingredients/emaildelivery/types.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,7 @@ <h3>Ancestors</h3>
214214
</dd>
215215
<dt id="supertokens_python.ingredients.emaildelivery.types.EmailDeliveryInterface"><code class="flex name class">
216216
<span>class <span class="ident">EmailDeliveryInterface</span></span>
217+
<span>(</span><span>*args, **kwds)</span>
217218
</code></dt>
218219
<dd>
219220
<div class="desc"><p>Helper class that provides a standard way to create an ABC using

html/supertokens_python/ingredients/smsdelivery/types.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -210,6 +210,7 @@ <h3>Ancestors</h3>
210210
</dd>
211211
<dt id="supertokens_python.ingredients.smsdelivery.types.SMSDeliveryInterface"><code class="flex name class">
212212
<span>class <span class="ident">SMSDeliveryInterface</span></span>
213+
<span>(</span><span>*args, **kwds)</span>
213214
</code></dt>
214215
<dd>
215216
<div class="desc"><p>Helper class that provides a standard way to create an ABC using

html/supertokens_python/recipe/accountlinking/interfaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -859,7 +859,7 @@ <h3>Methods</h3>
859859
</details>
860860
</dd>
861861
<dt id="supertokens_python.recipe.accountlinking.interfaces.RecipeInterface.get_users"><code class="name flex">
862-
<span>async def <span class="ident">get_users</span></span>(<span>self, tenant_id: str, time_joined_order: "Literal['ASC', 'DESC']", limit: Optional[int], pagination_token: Optional[str], include_recipe_ids: Optional[List[str]], query: Optional[Dict[str, str]], user_context: Dict[str, Any]) ‑> <a title="supertokens_python.recipe.accountlinking.interfaces.GetUsersResult" href="#supertokens_python.recipe.accountlinking.interfaces.GetUsersResult">GetUsersResult</a></span>
862+
<span>async def <span class="ident">get_users</span></span>(<span>self, tenant_id: str, time_joined_order: "Literal[('ASC', 'DESC')]", limit: Optional[int], pagination_token: Optional[str], include_recipe_ids: Optional[List[str]], query: Optional[Dict[str, str]], user_context: Dict[str, Any]) ‑> <a title="supertokens_python.recipe.accountlinking.interfaces.GetUsersResult" href="#supertokens_python.recipe.accountlinking.interfaces.GetUsersResult">GetUsersResult</a></span>
863863
</code></dt>
864864
<dd>
865865
<div class="desc"></div>

html/supertokens_python/recipe/accountlinking/recipe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3167,7 +3167,7 @@ <h3>Methods</h3>
31673167
</dd>
31683168
<dt id="supertokens_python.recipe.accountlinking.recipe.EmailChangeAllowedResult"><code class="flex name class">
31693169
<span>class <span class="ident">EmailChangeAllowedResult</span></span>
3170-
<span>(</span><span>allowed: bool, reason: "Literal['OK', 'PRIMARY_USER_CONFLICT', 'ACCOUNT_TAKEOVER_RISK']")</span>
3170+
<span>(</span><span>allowed: bool, reason: "Literal[('OK', 'PRIMARY_USER_CONFLICT', 'ACCOUNT_TAKEOVER_RISK')]")</span>
31713171
</code></dt>
31723172
<dd>
31733173
<div class="desc"></div>
@@ -3189,7 +3189,7 @@ <h3>Methods</h3>
31893189
</dd>
31903190
<dt id="supertokens_python.recipe.accountlinking.recipe.TryLinkingByAccountInfoOrCreatePrimaryUserResult"><code class="flex name class">
31913191
<span>class <span class="ident">TryLinkingByAccountInfoOrCreatePrimaryUserResult</span></span>
3192-
<span>(</span><span>status: "Literal['OK', 'NO_LINK']", user: Optional[User])</span>
3192+
<span>(</span><span>status: "Literal[('OK', 'NO_LINK')]", user: Optional[User])</span>
31933193
</code></dt>
31943194
<dd>
31953195
<div class="desc"></div>

html/supertokens_python/recipe/accountlinking/recipe_implementation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -931,7 +931,7 @@ <h3>Methods</h3>
931931
</details>
932932
</dd>
933933
<dt id="supertokens_python.recipe.accountlinking.recipe_implementation.RecipeImplementation.get_users"><code class="name flex">
934-
<span>async def <span class="ident">get_users</span></span>(<span>self, tenant_id: str, time_joined_order: "Literal['ASC', 'DESC']", limit: Optional[int], pagination_token: Optional[str], include_recipe_ids: Optional[List[str]], query: Optional[Dict[str, str]], user_context: Dict[str, Any]) ‑> <a title="supertokens_python.recipe.accountlinking.interfaces.GetUsersResult" href="interfaces.html#supertokens_python.recipe.accountlinking.interfaces.GetUsersResult">GetUsersResult</a></span>
934+
<span>async def <span class="ident">get_users</span></span>(<span>self, tenant_id: str, time_joined_order: "Literal[('ASC', 'DESC')]", limit: Optional[int], pagination_token: Optional[str], include_recipe_ids: Optional[List[str]], query: Optional[Dict[str, str]], user_context: Dict[str, Any]) ‑> <a title="supertokens_python.recipe.accountlinking.interfaces.GetUsersResult" href="interfaces.html#supertokens_python.recipe.accountlinking.interfaces.GetUsersResult">GetUsersResult</a></span>
935935
</code></dt>
936936
<dd>
937937
<div class="desc"></div>

html/supertokens_python/recipe/accountlinking/types.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
200200
<dl>
201201
<dt id="supertokens_python.recipe.accountlinking.types.AccountInfoWithRecipeId"><code class="flex name class">
202202
<span>class <span class="ident">AccountInfoWithRecipeId</span></span>
203-
<span>(</span><span>recipe_id: "Literal['emailpassword', 'thirdparty', 'passwordless']", email: Optional[str] = None, phone_number: Optional[str] = None, third_party: Optional[ThirdPartyInfo] = None)</span>
203+
<span>(</span><span>recipe_id: "Literal[('emailpassword', 'thirdparty', 'passwordless')]", email: Optional[str] = None, phone_number: Optional[str] = None, third_party: Optional[ThirdPartyInfo] = None)</span>
204204
</code></dt>
205205
<dd>
206206
<div class="desc"></div>
@@ -258,7 +258,7 @@ <h3>Methods</h3>
258258
</dd>
259259
<dt id="supertokens_python.recipe.accountlinking.types.AccountInfoWithRecipeIdAndUserId"><code class="flex name class">
260260
<span>class <span class="ident">AccountInfoWithRecipeIdAndUserId</span></span>
261-
<span>(</span><span>recipe_user_id: Optional[RecipeUserId], recipe_id: "Literal['emailpassword', 'thirdparty', 'passwordless']", email: Optional[str] = None, phone_number: Optional[str] = None, third_party: Optional[ThirdPartyInfo] = None)</span>
261+
<span>(</span><span>recipe_user_id: Optional[RecipeUserId], recipe_id: "Literal[('emailpassword', 'thirdparty', 'passwordless')]", email: Optional[str] = None, phone_number: Optional[str] = None, third_party: Optional[ThirdPartyInfo] = None)</span>
262262
</code></dt>
263263
<dd>
264264
<div class="desc"></div>
@@ -404,7 +404,7 @@ <h3>Static methods</h3>
404404
</dd>
405405
<dt id="supertokens_python.recipe.accountlinking.types.RecipeLevelUser"><code class="flex name class">
406406
<span>class <span class="ident">RecipeLevelUser</span></span>
407-
<span>(</span><span>tenant_ids: List[str], time_joined: int, recipe_id: "Literal['emailpassword', 'thirdparty', 'passwordless']", email: Optional[str] = None, phone_number: Optional[str] = None, third_party: Optional[ThirdPartyInfo] = None)</span>
407+
<span>(</span><span>tenant_ids: List[str], time_joined: int, recipe_id: "Literal[('emailpassword', 'thirdparty', 'passwordless')]", email: Optional[str] = None, phone_number: Optional[str] = None, third_party: Optional[ThirdPartyInfo] = None)</span>
408408
</code></dt>
409409
<dd>
410410
<div class="desc"></div>

html/supertokens_python/recipe/dashboard/interfaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ <h3>Methods</h3>
517517
</dd>
518518
<dt id="supertokens_python.recipe.dashboard.interfaces.CoreConfigFieldInfo"><code class="flex name class">
519519
<span>class <span class="ident">CoreConfigFieldInfo</span></span>
520-
<span>(</span><span>key: str, value_type: "Literal['string', 'boolean', 'number']", value: Union[str, int, float, bool, None], description: str, is_different_across_tenants: bool, possible_values: Union[List[str], None] = None, is_nullable: bool = False, default_value: Union[str, int, float, bool, None] = None, is_plugin_property: bool = False, is_plugin_property_editable: bool = False)</span>
520+
<span>(</span><span>key: str, value_type: "Literal[('string', 'boolean', 'number')]", value: Union[str, int, float, bool, None], description: str, is_different_across_tenants: bool, possible_values: Union[List[str], None] = None, is_nullable: bool = False, default_value: Union[str, int, float, bool, None] = None, is_plugin_property: bool = False, is_plugin_property_editable: bool = False)</span>
521521
</code></dt>
522522
<dd>
523523
<div class="desc"></div>

html/supertokens_python/recipe/passwordless/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ <h2 class="section-title" id="header-submodules">Sub-modules</h2>
160160
<h2 class="section-title" id="header-functions">Functions</h2>
161161
<dl>
162162
<dt id="supertokens_python.recipe.passwordless.init"><code class="name flex">
163-
<span>def <span class="ident">init</span></span>(<span>contact_config: ContactConfig, flow_type: "Literal['USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK']", override: Union[InputOverrideConfig, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[EmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[SMSTemplateVars], None] = None) ‑> Callable[[AppInfo], RecipeModule]</span>
163+
<span>def <span class="ident">init</span></span>(<span>contact_config: ContactConfig, flow_type: "Literal[('USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK')]", override: Union[InputOverrideConfig, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[EmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[SMSTemplateVars], None] = None) ‑> Callable[[AppInfo], RecipeModule]</span>
164164
</code></dt>
165165
<dd>
166166
<div class="desc"></div>

html/supertokens_python/recipe/passwordless/interfaces.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1364,7 +1364,7 @@ <h3>Methods</h3>
13641364
</dd>
13651365
<dt id="supertokens_python.recipe.passwordless.interfaces.CreateCodePostOkResult"><code class="flex name class">
13661366
<span>class <span class="ident">CreateCodePostOkResult</span></span>
1367-
<span>(</span><span>device_id: str, pre_auth_session_id: str, flow_type: "Literal['USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK']")</span>
1367+
<span>(</span><span>device_id: str, pre_auth_session_id: str, flow_type: "Literal[('USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK')]")</span>
13681368
</code></dt>
13691369
<dd>
13701370
<div class="desc"><p>Helper class that provides a standard way to create an ABC using

html/supertokens_python/recipe/passwordless/recipe.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -668,7 +668,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
668668
<dl>
669669
<dt id="supertokens_python.recipe.passwordless.recipe.PasswordlessRecipe"><code class="flex name class">
670670
<span>class <span class="ident">PasswordlessRecipe</span></span>
671-
<span>(</span><span>recipe_id: str, app_info: AppInfo, contact_config: ContactConfig, flow_type: "Literal['USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK']", ingredients: PasswordlessIngredients, override: Union[OverrideConfig, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[PasswordlessLoginEmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[PasswordlessLoginSMSTemplateVars], None] = None)</span>
671+
<span>(</span><span>recipe_id: str, app_info: AppInfo, contact_config: ContactConfig, flow_type: "Literal[('USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK')]", ingredients: PasswordlessIngredients, override: Union[OverrideConfig, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[PasswordlessLoginEmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[PasswordlessLoginSMSTemplateVars], None] = None)</span>
672672
</code></dt>
673673
<dd>
674674
<div class="desc"><p>Helper class that provides a standard way to create an ABC using
@@ -1258,7 +1258,7 @@ <h3>Static methods</h3>
12581258
</details>
12591259
</dd>
12601260
<dt id="supertokens_python.recipe.passwordless.recipe.PasswordlessRecipe.init"><code class="name flex">
1261-
<span>def <span class="ident">init</span></span>(<span>contact_config: ContactConfig, flow_type: "Literal['USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK']", override: Union[OverrideConfig, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[PasswordlessLoginEmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[PasswordlessLoginSMSTemplateVars], None] = None)</span>
1261+
<span>def <span class="ident">init</span></span>(<span>contact_config: ContactConfig, flow_type: "Literal[('USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK')]", override: Union[OverrideConfig, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[PasswordlessLoginEmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[PasswordlessLoginSMSTemplateVars], None] = None)</span>
12621262
</code></dt>
12631263
<dd>
12641264
<div class="desc"></div>

html/supertokens_python/recipe/passwordless/utils.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -391,7 +391,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
391391
</details>
392392
</dd>
393393
<dt id="supertokens_python.recipe.passwordless.utils.validate_and_normalise_user_input"><code class="name flex">
394-
<span>def <span class="ident">validate_and_normalise_user_input</span></span>(<span>app_info: AppInfo, contact_config: <a title="supertokens_python.recipe.passwordless.utils.ContactConfig" href="#supertokens_python.recipe.passwordless.utils.ContactConfig">ContactConfig</a>, flow_type: "Literal['USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK']", override: Union[<a title="supertokens_python.recipe.passwordless.utils.OverrideConfig" href="#supertokens_python.recipe.passwordless.utils.OverrideConfig">OverrideConfig</a>, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[PasswordlessLoginEmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[PasswordlessLoginSMSTemplateVars], None] = None) ‑> <a title="supertokens_python.recipe.passwordless.utils.PasswordlessConfig" href="#supertokens_python.recipe.passwordless.utils.PasswordlessConfig">PasswordlessConfig</a></span>
394+
<span>def <span class="ident">validate_and_normalise_user_input</span></span>(<span>app_info: AppInfo, contact_config: <a title="supertokens_python.recipe.passwordless.utils.ContactConfig" href="#supertokens_python.recipe.passwordless.utils.ContactConfig">ContactConfig</a>, flow_type: "Literal[('USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK')]", override: Union[<a title="supertokens_python.recipe.passwordless.utils.OverrideConfig" href="#supertokens_python.recipe.passwordless.utils.OverrideConfig">OverrideConfig</a>, None] = None, get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None, email_delivery: Union[EmailDeliveryConfig[PasswordlessLoginEmailTemplateVars], None] = None, sms_delivery: Union[SMSDeliveryConfig[PasswordlessLoginSMSTemplateVars], None] = None) ‑> <a title="supertokens_python.recipe.passwordless.utils.PasswordlessConfig" href="#supertokens_python.recipe.passwordless.utils.PasswordlessConfig">PasswordlessConfig</a></span>
395395
</code></dt>
396396
<dd>
397397
<div class="desc"></div>
@@ -482,7 +482,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
482482
<dl>
483483
<dt id="supertokens_python.recipe.passwordless.utils.ContactConfig"><code class="flex name class">
484484
<span>class <span class="ident">ContactConfig</span></span>
485-
<span>(</span><span>contact_method: "Literal['PHONE', 'EMAIL', 'EMAIL_OR_PHONE']")</span>
485+
<span>(</span><span>contact_method: "Literal[('PHONE', 'EMAIL', 'EMAIL_OR_PHONE')]")</span>
486486
</code></dt>
487487
<dd>
488488
<div class="desc"><p>Helper class that provides a standard way to create an ABC using
@@ -629,7 +629,7 @@ <h3>Ancestors</h3>
629629
</dd>
630630
<dt id="supertokens_python.recipe.passwordless.utils.PasswordlessConfig"><code class="flex name class">
631631
<span>class <span class="ident">PasswordlessConfig</span></span>
632-
<span>(</span><span>contact_config: <a title="supertokens_python.recipe.passwordless.utils.ContactConfig" href="#supertokens_python.recipe.passwordless.utils.ContactConfig">ContactConfig</a>, override: <a title="supertokens_python.recipe.passwordless.utils.OverrideConfig" href="#supertokens_python.recipe.passwordless.utils.OverrideConfig">OverrideConfig</a>, flow_type: "Literal['USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK']", get_email_delivery_config: Callable[[], EmailDeliveryConfigWithService[PasswordlessLoginEmailTemplateVars]], get_sms_delivery_config: Callable[[], SMSDeliveryConfigWithService[PasswordlessLoginSMSTemplateVars]], get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None)</span>
632+
<span>(</span><span>contact_config: <a title="supertokens_python.recipe.passwordless.utils.ContactConfig" href="#supertokens_python.recipe.passwordless.utils.ContactConfig">ContactConfig</a>, override: <a title="supertokens_python.recipe.passwordless.utils.OverrideConfig" href="#supertokens_python.recipe.passwordless.utils.OverrideConfig">OverrideConfig</a>, flow_type: "Literal[('USER_INPUT_CODE', 'MAGIC_LINK', 'USER_INPUT_CODE_AND_MAGIC_LINK')]", get_email_delivery_config: Callable[[], EmailDeliveryConfigWithService[PasswordlessLoginEmailTemplateVars]], get_sms_delivery_config: Callable[[], SMSDeliveryConfigWithService[PasswordlessLoginSMSTemplateVars]], get_custom_user_input_code: Union[Callable[[str, Dict[str, Any]], Awaitable[str]], None] = None)</span>
633633
</code></dt>
634634
<dd>
635635
<div class="desc"></div>

html/supertokens_python/recipe/session/access_token.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ <h2 class="section-title" id="header-functions">Functions</h2>
351351
</details>
352352
</dd>
353353
<dt id="supertokens_python.recipe.session.access_token.sanitize_number"><code class="name flex">
354-
<span>def <span class="ident">sanitize_number</span></span>(<span>n: Any) ‑> Union[int, float, ForwardRef(None)]</span>
354+
<span>def <span class="ident">sanitize_number</span></span>(<span>n: Any) ‑> Union[int, float, None]</span>
355355
</code></dt>
356356
<dd>
357357
<div class="desc"></div>

html/supertokens_python/recipe/session/claim_base_classes/boolean_claim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
8181
<dl>
8282
<dt id="supertokens_python.recipe.session.claim_base_classes.boolean_claim.BooleanClaim"><code class="flex name class">
8383
<span>class <span class="ident">BooleanClaim</span></span>
84-
<span>(</span><span>key: str, fetch_value: Callable[[str, <a title="supertokens_python.types.RecipeUserId" href="../../../types.html#supertokens_python.types.RecipeUserId">RecipeUserId</a>, str, Dict[str, Any], Dict[str, Any]], Union[Awaitable[Optional[bool]], bool, ForwardRef(None)]], default_max_age_in_sec: Optional[int] = None)</span>
84+
<span>(</span><span>key: str, fetch_value: Callable[[str, <a title="supertokens_python.types.RecipeUserId" href="../../../types.html#supertokens_python.types.RecipeUserId">RecipeUserId</a>, str, Dict[str, Any], Dict[str, Any]], Union[Awaitable[Optional[bool]], bool, None]], default_max_age_in_sec: Optional[int] = None)</span>
8585
</code></dt>
8686
<dd>
8787
<div class="desc"><p>Helper class that provides a standard way to create an ABC using

html/supertokens_python/recipe/session/claim_base_classes/primitive_array_claim.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -593,7 +593,7 @@ <h3>Methods</h3>
593593
</dd>
594594
<dt id="supertokens_python.recipe.session.claim_base_classes.primitive_array_claim.PrimitiveArrayClaim"><code class="flex name class">
595595
<span>class <span class="ident">PrimitiveArrayClaim</span></span>
596-
<span>(</span><span>key: str, fetch_value: Callable[[str, <a title="supertokens_python.types.RecipeUserId" href="../../../types.html#supertokens_python.types.RecipeUserId">RecipeUserId</a>, str, Dict[str, Any], Dict[str, Any]], Union[Awaitable[Optional[~PrimitiveList]], ~PrimitiveList, ForwardRef(None)]], default_max_age_in_sec: Optional[int] = None)</span>
596+
<span>(</span><span>key: str, fetch_value: Callable[[str, <a title="supertokens_python.types.RecipeUserId" href="../../../types.html#supertokens_python.types.RecipeUserId">RecipeUserId</a>, str, Dict[str, Any], Dict[str, Any]], Union[Awaitable[Optional[~PrimitiveList]], ~PrimitiveList, None]], default_max_age_in_sec: Optional[int] = None)</span>
597597
</code></dt>
598598
<dd>
599599
<div class="desc"><p>Helper class that provides a standard way to create an ABC using

0 commit comments

Comments
 (0)