File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
packages/auth/src/mfa/assertions Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ export class TotpMultiFactorGenerator {
59
59
}
60
60
61
61
/**
62
- * Provides a {@link TotpMultiFactorAssertion} to confirm ownership of the totp second factor.
62
+ * Provides a {@link TotpMultiFactorAssertion} to confirm ownership of the TOTP second factor.
63
63
* This assertion is used to complete signIn with TOTP as the second factor.
64
64
*
65
65
* @param enrollmentId identifies the enrolled TOTP second factor.
@@ -80,7 +80,7 @@ export class TotpMultiFactorGenerator {
80
80
/**
81
81
* Returns a promise to {@link TotpSecret} which contains the TOTP shared secret key and other parameters.
82
82
* Creates a TOTP secret as part of enrolling a TOTP second factor.
83
- * Used for generating a QRCode URL or inputting into a TOTP App .
83
+ * Used for generating a QR code URL or inputting into a TOTP app .
84
84
* This method uses the auth instance corresponding to the user in the multiFactorSession.
85
85
*
86
86
* @param session The {@link MultiFactorSession} that the user is part of.
@@ -200,7 +200,7 @@ export class TotpSecret {
200
200
*/
201
201
readonly codeIntervalSeconds : number ;
202
202
/**
203
- * The timestamp(UTC string) by which TOTP enrollment should be completed.
203
+ * The timestamp (UTC string) by which TOTP enrollment should be completed.
204
204
*/
205
205
// This can be used by callers to show a countdown of when to enter OTP code by.
206
206
readonly enrollmentCompletionDeadline : string ;
You can’t perform that action at this time.
0 commit comments