Retrieves the recovery codes by parsing the JavaScript message text in callback.
The step to evaluate
Recovery Code values in array
Determines if the given step is a Display Recovery Codes step.
The step to evaluate
Is this step a Display Recovery Codes step
Utility for handling recovery code nodes.
Example:
// Determine if step is Display Recovery Codes step const isDisplayRecoveryCodesStep = FRRecoveryCodes.isDisplayStep(step); if (isDisplayRecoveryCodesStep) { const recoveryCodes = FRRecoveryCodes.getCodes(step); // Do the UI needful }