Authenticate result
The Authenticate result is described as follows:
{
"applicant_id": string, // the one you provided to get the token
"flow_id": string, // the unique identifier that identified this authentication
"verdict": bool
}
So if the service has identified the end-user using his previous onboarding then verdict will be true. In other cases, it will be set to false.