ShareID
  • SDKs
    • Web
    • iOS
    • Android
    • Flutter
    • React Native
  • Photo-based authenticity API
  • Get a Token
    • Get a Token - Onboarding
    • Get a Token - Authenticate
  • Get the Analysis Result
    • Get Result - Onboarding
    • Get Result - Authenticate
  • AI Analysis Result
    • Analysis Result - Onboarding
    • Analysis Result - Authenticate
  • Message Handler
  • Changelog
    • SDK Web
    • SDK iOS
    • SDK Android
    • Photo-based authenticity API
  • Terminology
  • Api
  • FAQ
Powered by GitBook
On this page
Edit on GitHub
  1. AI Analysis Result

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.

PreviousAnalysis Result - OnboardingNextMessage Handler

Last updated 6 months ago