Analysis Result - Authenticate

The Authenticate result is described as follows:

{
    "accepted": bool
}

So if the service has identified the end-user using his previous onboarding then accepted will be true. In other cases, it will be set to false.

Last updated