@@ -214,7 +214,7 @@ open class Account: Service {
214214 }
215215
216216 ///
217- /// List Identities
217+ /// List identities
218218 ///
219219 /// Get the list of identities for the currently logged in user.
220220 ///
@@ -402,7 +402,7 @@ open class Account: Service {
402402 }
403403
404404 ///
405- /// Create Authenticator
405+ /// Create authenticator
406406 ///
407407 /// Add an authenticator app to be used as an MFA factor. Verify the
408408 /// authenticator using the [verify
@@ -439,7 +439,7 @@ open class Account: Service {
439439 }
440440
441441 ///
442- /// Verify Authenticator
442+ /// Verify authenticator
443443 ///
444444 /// Verify an authenticator app after adding it using the [add
445445 /// authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator)
@@ -480,7 +480,7 @@ open class Account: Service {
480480 }
481481
482482 ///
483- /// Verify Authenticator
483+ /// Verify authenticator
484484 ///
485485 /// Verify an authenticator app after adding it using the [add
486486 /// authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator)
@@ -503,7 +503,7 @@ open class Account: Service {
503503 }
504504
505505 ///
506- /// Delete Authenticator
506+ /// Delete authenticator
507507 ///
508508 /// Delete an authenticator for a user by ID.
509509 ///
@@ -531,7 +531,7 @@ open class Account: Service {
531531 }
532532
533533 ///
534- /// Create MFA Challenge
534+ /// Create MFA challenge
535535 ///
536536 /// Begin the process of MFA verification after sign-in. Finish the flow with
537537 /// [updateMfaChallenge](/docs/references/cloud/client-web/account#updateMfaChallenge)
@@ -568,7 +568,7 @@ open class Account: Service {
568568 }
569569
570570 ///
571- /// Create MFA Challenge (confirmation)
571+ /// Create MFA challenge (confirmation)
572572 ///
573573 /// Complete the MFA challenge by providing the one-time password. Finish the
574574 /// process of MFA verification by providing the one-time password. To begin
@@ -604,7 +604,7 @@ open class Account: Service {
604604 }
605605
606606 ///
607- /// List Factors
607+ /// List factors
608608 ///
609609 /// List the factors available on the account to be used as a MFA challange.
610610 ///
@@ -635,7 +635,7 @@ open class Account: Service {
635635 }
636636
637637 ///
638- /// Get MFA Recovery Codes
638+ /// Get MFA recovery codes
639639 ///
640640 /// Get recovery codes that can be used as backup for MFA flow. Before getting
641641 /// codes, they must be generated using
@@ -669,7 +669,7 @@ open class Account: Service {
669669 }
670670
671671 ///
672- /// Create MFA Recovery Codes
672+ /// Create MFA recovery codes
673673 ///
674674 /// Generate recovery codes as backup for MFA flow. It's recommended to
675675 /// generate and show then immediately after user successfully adds their
@@ -704,7 +704,7 @@ open class Account: Service {
704704 }
705705
706706 ///
707- /// Regenerate MFA Recovery Codes
707+ /// Regenerate MFA recovery codes
708708 ///
709709 /// Regenerate recovery codes that can be used as backup for MFA flow. Before
710710 /// regenerating codes, they must be first generated using
@@ -1596,9 +1596,7 @@ open class Account: Service {
15961596 /// [POST
15971597 /// /v1/account/sessions/token](https://appwrite.io/docs/references/cloud/client-web/account#createSession)
15981598 /// endpoint to complete the login process. The link sent to the user's email
1599- /// address is valid for 1 hour. If you are on a mobile device you can leave
1600- /// the URL parameter empty, so that the login completion will be handled by
1601- /// your Appwrite instance by default.
1599+ /// address is valid for 1 hour.
16021600 ///
16031601 /// A user is limited to 10 active sessions at a time by default. [Learn more
16041602 /// about session
0 commit comments