declare const displayRecoveryCodes = "/*\n* Copyright 2018 ForgeRock AS. All Rights Reserved\n*\n* Use of this code requires a commercial software license with ForgeRock AS.\n* or with one of its affiliates. All use shall be exclusively subject\n* to such license between the licensee and ForgeRock AS.\n*/\n\nvar newLocation = document.getElementById(\"wrapper\");\nvar oldHtml = newLocation.getElementsByTagName(\"fieldset\")[0].innerHTML;\nnewLocation.getElementsByTagName(\"fieldset\")[0].innerHTML = \"
\\n\" +\n \"
\\n\" +\n \"
Your Recovery Codes
\\n\" +\n \" You must make a copy of these WebAuthn authenticator recovery codes. They cannot be displayed again.
\\n\" +\n \" \\n\" +\n \"
\\n\" +\n \"iZmEtxvQ00\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"Eqw3GFVamY\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"nNPqIEtIpS\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"vGhNQpDjP8\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"ItA4W3iBaA\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"JmLQP6XyIo\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"G2e6foNKke\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"h2SqAqvT21\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"q6VX1ojNbI\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"IZKIQXAfY2\\n\" +\n \"
\\n\" +\n \"
\\n\" +\n \"
Use one of these codes to authenticate if you lose your device, which has been named: New Security Key
\\n\" +\n \"
\\n\" +\n \"
\" + oldHtml;\ndocument.body.appendChild(newLocation);\n\n\n\n";
declare const displayRecoveryCodesResponse: {
authId: string;
callbacks: {
type: "TextOutputCallback";
output: {
name: string;
value: string;
}[];
}[];
};
declare const expectedDeviceName = "New Security Key";
declare const expectedRecoveryCodes: string[];
declare const otherResponse: {
authId: string;
callbacks: {
type: "TextOutputCallback";
output: {
name: string;
value: string;
}[];
}[];
};
declare const securityKeyResponse = "/* * Copyright 2018 ForgeRock AS. All Rights Reserved * * Use of this code requires a commercial software license with ForgeRock AS. * or with one of its affiliates. All use shall be exclusively subject * to such license between the licensee and ForgeRock AS. */ var newLocation = document.getElementById(\"wrapper\"); var oldHtml = newLocation.getElementsByTagName(\"fieldset\")[0].innerHTML; newLocation.getElementsByTagName(\"fieldset\")[0].innerHTML = \"\n\" + \"
\n\" + \"
Your Recovery Codes
\n\" + \" You must make a copy of these recovery codes. They cannot be displayed again.
\n\" + \" \n\" + \"
\n\" + \"kw50qtmm32\n\" + \"
\n\" + \"
\n\" + \"Rt2Td8AK2s\n\" + \"
\n\" + \"
\n\" + \"6vZrIRCBJB\n\" + \"
\n\" + \"
\n\" + \"HCmL01Yiyv\n\" + \"
\n\" + \"
\n\" + \"BvDsSpazA2\n\" + \"
\n\" + \"
\n\" + \"T6pbKLyW2l\n\" + \"
\n\" + \"
\n\" + \"gZR0u6XubS\n\" + \"
\n\" + \"
\n\" + \"VZ1bH94IfO\n\" + \"
\n\" + \"
\n\" + \"O9BZ4bLefQ\n\" + \"
\n\" + \"
\n\" + \"NKNrBxlHCt\n\" + \"
\n\" + \"
\n\" + \"
Use one of these codes to authenticate if you lose your device, which has been named: New Security Key
\n\" + \"
\n\" + \"
\" + oldHtml; document.body.appendChild(newLocation);";
declare const securityKeyCustomNameResponse = "/* * Copyright 2018 ForgeRock AS. All Rights Reserved * * Use of this code requires a commercial software license with ForgeRock AS. * or with one of its affiliates. All use shall be exclusively subject * to such license between the licensee and ForgeRock AS. */ var newLocation = document.getElementById(\"wrapper\"); var oldHtml = newLocation.getElementsByTagName(\"fieldset\")[0].innerHTML; newLocation.getElementsByTagName(\"fieldset\")[0].innerHTML = \"\n\" + \"
\n\" + \"
Your Recovery Codes
\n\" + \" You must make a copy of these recovery codes. They cannot be displayed again.
\n\" + \" \n\" + \"
\n\" + \"kw50qtmm32\n\" + \"
\n\" + \"
\n\" + \"Rt2Td8AK2s\n\" + \"
\n\" + \"
\n\" + \"6vZrIRCBJB\n\" + \"
\n\" + \"
\n\" + \"HCmL01Yiyv\n\" + \"
\n\" + \"
\n\" + \"BvDsSpazA2\n\" + \"
\n\" + \"
\n\" + \"T6pbKLyW2l\n\" + \"
\n\" + \"
\n\" + \"gZR0u6XubS\n\" + \"
\n\" + \"
\n\" + \"VZ1bH94IfO\n\" + \"
\n\" + \"
\n\" + \"O9BZ4bLefQ\n\" + \"
\n\" + \"
\n\" + \"NKNrBxlHCt\n\" + \"
\n\" + \"
\n\" + \"
Use one of these codes to authenticate if you lose your device, which has been named: My Custom Device Name
\n\" + \"
\n\" + \"
\" + oldHtml; document.body.appendChild(newLocation);";
export { displayRecoveryCodes, displayRecoveryCodesResponse, expectedDeviceName, expectedRecoveryCodes, otherResponse, securityKeyCustomNameResponse, securityKeyResponse, };
//# sourceMappingURL=script-text.mock.data.d.ts.map