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 79f3643 commit 180e9e0Copy full SHA for 180e9e0
docs-devsite/auth.totpmultifactorgenerator.md
@@ -22,7 +22,7 @@ export declare class TotpMultiFactorGenerator
22
23
| Property | Modifiers | Type | Description |
24
| --- | --- | --- | --- |
25
-| [FACTOR\_ID](./auth.totpmultifactorgenerator.md#totpmultifactorgeneratorfactor_id) | <code>static</code> | "totp" | The identifier of the TOTP second factor: <code>totp</code>. |
+| [FACTOR\_ID](./auth.totpmultifactorgenerator.md#totpmultifactorgeneratorfactor_id) | <code>static</code> | 'totp' | The identifier of the TOTP second factor: <code>totp</code>. |
26
27
## Methods
28
@@ -39,7 +39,7 @@ The identifier of the TOTP second factor: `totp`<!-- -->.
39
<b>Signature:</b>
40
41
```typescript
42
-static FACTOR_ID: "totp";
+static FACTOR_ID: 'totp';
43
```
44
45
## TotpMultiFactorGenerator.assertionForEnrollment()
0 commit comments