File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ export declare class TotpMultiFactorGenerator
22
22
23
23
| Property | Modifiers | Type | Description |
24
24
| --- | --- | --- | --- |
25
- | [FACTOR \_ID ](./auth .totpmultifactorgenerator .md #totpmultifactorgeneratorfactor_id ) | <code >static </code > | " totp " | The identifier of the TOTP second factor : <code >totp </code >. |
25
+ | [FACTOR \_ID ](./auth .totpmultifactorgenerator .md #totpmultifactorgeneratorfactor_id ) | <code >static </code > | ' totp ' | The identifier of the TOTP second factor : <code >totp </code >. |
26
26
27
27
## Methods
28
28
@@ -39,7 +39,7 @@ The identifier of the TOTP second factor: `totp`<!-- -->.
39
39
<b >Signature :</b >
40
40
41
41
```typescript
42
- static FACTOR_ID : " totp " ;
42
+ static FACTOR_ID : ' totp ' ;
43
43
```
44
44
45
45
## TotpMultiFactorGenerator .assertionForEnrollment ()
You can’t perform that action at this time.
0 commit comments