@@ -214,7 +214,7 @@ open class Account: Service {
214
214
}
215
215
216
216
///
217
- /// List Identities
217
+ /// List identities
218
218
///
219
219
/// Get the list of identities for the currently logged in user.
220
220
///
@@ -402,7 +402,7 @@ open class Account: Service {
402
402
}
403
403
404
404
///
405
- /// Create Authenticator
405
+ /// Create authenticator
406
406
///
407
407
/// Add an authenticator app to be used as an MFA factor. Verify the
408
408
/// authenticator using the [verify
@@ -439,7 +439,7 @@ open class Account: Service {
439
439
}
440
440
441
441
///
442
- /// Verify Authenticator
442
+ /// Verify authenticator
443
443
///
444
444
/// Verify an authenticator app after adding it using the [add
445
445
/// authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator)
@@ -480,7 +480,7 @@ open class Account: Service {
480
480
}
481
481
482
482
///
483
- /// Verify Authenticator
483
+ /// Verify authenticator
484
484
///
485
485
/// Verify an authenticator app after adding it using the [add
486
486
/// authenticator](/docs/references/cloud/client-web/account#createMfaAuthenticator)
@@ -503,7 +503,7 @@ open class Account: Service {
503
503
}
504
504
505
505
///
506
- /// Delete Authenticator
506
+ /// Delete authenticator
507
507
///
508
508
/// Delete an authenticator for a user by ID.
509
509
///
@@ -531,7 +531,7 @@ open class Account: Service {
531
531
}
532
532
533
533
///
534
- /// Create MFA Challenge
534
+ /// Create MFA challenge
535
535
///
536
536
/// Begin the process of MFA verification after sign-in. Finish the flow with
537
537
/// [updateMfaChallenge](/docs/references/cloud/client-web/account#updateMfaChallenge)
@@ -568,7 +568,7 @@ open class Account: Service {
568
568
}
569
569
570
570
///
571
- /// Create MFA Challenge (confirmation)
571
+ /// Create MFA challenge (confirmation)
572
572
///
573
573
/// Complete the MFA challenge by providing the one-time password. Finish the
574
574
/// process of MFA verification by providing the one-time password. To begin
@@ -604,7 +604,7 @@ open class Account: Service {
604
604
}
605
605
606
606
///
607
- /// List Factors
607
+ /// List factors
608
608
///
609
609
/// List the factors available on the account to be used as a MFA challange.
610
610
///
@@ -635,7 +635,7 @@ open class Account: Service {
635
635
}
636
636
637
637
///
638
- /// Get MFA Recovery Codes
638
+ /// Get MFA recovery codes
639
639
///
640
640
/// Get recovery codes that can be used as backup for MFA flow. Before getting
641
641
/// codes, they must be generated using
@@ -669,7 +669,7 @@ open class Account: Service {
669
669
}
670
670
671
671
///
672
- /// Create MFA Recovery Codes
672
+ /// Create MFA recovery codes
673
673
///
674
674
/// Generate recovery codes as backup for MFA flow. It's recommended to
675
675
/// generate and show then immediately after user successfully adds their
@@ -704,7 +704,7 @@ open class Account: Service {
704
704
}
705
705
706
706
///
707
- /// Regenerate MFA Recovery Codes
707
+ /// Regenerate MFA recovery codes
708
708
///
709
709
/// Regenerate recovery codes that can be used as backup for MFA flow. Before
710
710
/// regenerating codes, they must be first generated using
@@ -1596,9 +1596,7 @@ open class Account: Service {
1596
1596
/// [POST
1597
1597
/// /v1/account/sessions/token](https://appwrite.io/docs/references/cloud/client-web/account#createSession)
1598
1598
/// 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.
1602
1600
///
1603
1601
/// A user is limited to 10 active sessions at a time by default. [Learn more
1604
1602
/// about session
0 commit comments