Type Definitions
MFCHFSetup
Properties:
Name | Type | Description |
---|---|---|
hash |
string | The MFCHF hash, formatted as a string |
secret |
Buffer | The underlying 2FA secret (HOTP, TOTP, etc.) |
Type:
- Object
MFCHFVerify
Properties:
Name | Type | Attributes | Description |
---|---|---|---|
valid |
boolean | Whether the MFCHF hash matches the factors | |
hash |
string |
<optional> |
The updated MFCHF hash, formatted as a string |
Type:
- Object