Last updated 10 months ago
Was this helpful?
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", "status": 1, "detail": "text", "instance": "text", "ANY_ADDITIONAL_PROPERTY": "anything" }