© 2024 Parallels International GmbH. All rights reserved.
Checks Connection of the Multi Factor Authentication.
Success
const response = await fetch('/api/MFA/CheckConnection', { method: 'GET', headers: {}, }); const data = await response.json();
{ "type": "text", "title": "text", "detail": "text", "instance": "text" }