You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add an authenticator app to be used as an MFA factor. Verify the authenticator using the [verify authenticator](/docs/references/cloud/client-web/account#updateMfaAuthenticator) method.
266
266
267
267
.. deprecated::1.8.0
268
-
This API has been deprecated since 1.8.0. Please use `create_mfa_authenticator` instead.
268
+
This API has been deprecated since 1.8.0. Please use `account.create_mfa_authenticator` instead.
Begin the process of MFA verification after sign-in. Finish the flow with [updateMfaChallenge](/docs/references/cloud/client-web/account#updateMfaChallenge) method.
476
476
477
477
.. deprecated::1.8.0
478
-
This API has been deprecated since 1.8.0. Please use `create_mfa_challenge` instead.
478
+
This API has been deprecated since 1.8.0. Please use `account.create_mfa_challenge` instead.
Complete the MFA challenge by providing the one-time password. Finish the process of MFA verification by providing the one-time password. To begin the flow, use [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method.
542
542
543
543
.. deprecated::1.8.0
544
-
This API has been deprecated since 1.8.0. Please use `update_mfa_challenge` instead.
544
+
This API has been deprecated since 1.8.0. Please use `account.update_mfa_challenge` instead.
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name
20
+
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following columns: name
21
21
search : str
22
22
Search term to filter your list results. Max length: 256 chars.
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: name, enabled, rowSecurity
199
+
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following columns: name, enabled, rowSecurity
200
200
search : str
201
201
Search term to filter your list results. Max length: 256 chars.
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: key, type, size, required, array, status, error
419
+
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following columns: key, type, size, required, array, status, error
Table ID. You can create a new table using the Database service [server integration](https://appwrite.io/docs/server/tablesdb#tablesDBCreate).
1729
1729
queries : List[str]
1730
-
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following attributes: key, type, status, attributes, error
1730
+
Array of query strings generated using the Query class provided by the SDK. [Learn more about queries](https://appwrite.io/docs/queries). Maximum of 100 queries are allowed, each 4096 characters long. You may filter on the following columns: key, type, status, attributes, error
Get recovery codes that can be used as backup for MFA flow by User ID. Before getting codes, they must be generated using [createMfaRecoveryCodes](/docs/references/cloud/client-web/account#createMfaRecoveryCodes) method.
1004
1004
1005
1005
.. deprecated::1.8.0
1006
-
This API has been deprecated since 1.8.0. Please use `get_mfa_recovery_codes` instead.
1006
+
This API has been deprecated since 1.8.0. Please use `users.get_mfa_recovery_codes` instead.
Regenerate recovery codes that can be used as backup for MFA flow by User ID. Before regenerating codes, they must be first generated using [createMfaRecoveryCodes](/docs/references/cloud/client-web/account#createMfaRecoveryCodes) method.
1068
1068
1069
1069
.. deprecated::1.8.0
1070
-
This API has been deprecated since 1.8.0. Please use `update_mfa_recovery_codes` instead.
1070
+
This API has been deprecated since 1.8.0. Please use `users.update_mfa_recovery_codes` instead.
Generate recovery codes used as backup for MFA flow for User ID. Recovery codes can be used as a MFA verification type in [createMfaChallenge](/docs/references/cloud/client-web/account#createMfaChallenge) method by client SDK.
1134
1134
1135
1135
.. deprecated::1.8.0
1136
-
This API has been deprecated since 1.8.0. Please use `create_mfa_recovery_codes` instead.
1136
+
This API has been deprecated since 1.8.0. Please use `users.create_mfa_recovery_codes` instead.
0 commit comments