We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9231021 commit d745283Copy full SHA for d745283
packages/auth/src/mfa/assertions/totp.ts
@@ -27,7 +27,8 @@ import {
27
*/
28
export class TotpMultiFactorGenerator {
29
/**
30
- * Provides a {@link TotpMultiFactorAssertion} to confirm ownership of the totp(Time-based One Time Password) second factor.
+ * Provides a {@link TotpMultiFactorAssertion} to confirm ownership of
31
+ * the totp(Time-based One Time Password) second factor.
32
* This assertion is used to complete enrollment in TOTP second factor.
33
*
34
* @param secret {@link TotpSecret}.
0 commit comments