HTTP/1.1 302 Found
Location: http://www.example.com?access_token=73ba639d521689ca65e090893db24f2f36314eadcbaf08dbaacc40543dfa0aa1&expires_in=2355&state=124332131&token_type=BearerHTTP/1.1 404 Not Found
Content-Type: application/json; charset=utf-8
{
"error": "not_found",
"error_description": "Couldn't find Token"
}curl --location --request POST 'https://api.socialidnow.com/v1/oauth/callback' \
--header 'Content-Type: application/json' \
--data-raw '{
"mfa_token": "Bearer 6814cd360205e1245d2834ffab3c3c9103b71a5075a9cda4626b4d5c"
}'{
"error": "authentication_failed",
"error_description": "string",
"errors": [
"string"
]
}