@orangecheck/vault-core / TotpOptions
Interface: TotpOptions
Defined in: vault-core/src/totp.ts:43
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-digits"></a> digits? | number | Code length. Default 6. | vault-core/src/totp.ts:45 |
<a id="property-now"></a> now? | number | Unix time in ms. Default Date.now(). | vault-core/src/totp.ts:49 |
<a id="property-period"></a> period? | number | Step length in seconds. Default 30. | vault-core/src/totp.ts:47 |