Attempts to extracts identity information from provided identity documents, and then use that to verify identity.
Identity document information
Verified identity results.
NotSignedInError
UnsupportedVerificationMethodError
UnsupportedNetworkLocationError
ServiceError
UnknownGraphQLError
FatalError
Queries the current identity verification status for the signed in user.
Optional
queryOption: QueryOptionControl for using local cache or make a network call
Verified identity results.
NotSignedInError
ServiceError
UnknownGraphQLError
FatalError
Retrieves whether face images must be provided as part of ID document verification.
Optional
queryOption: QueryOptionBoolean
NotSignedInError
UnknownGraphQLError
ServiceError
FatalError
Retrieves the list of countries for which secure ID verification is supported in the environment.
Optional
queryOption: QueryOptionControl for using local cache or make a network call
List of ISO 3166-1 alpha-2 country codes.
NotSignedInError
UnknownGraphQLError
ServiceError
FatalError
Attempts to verify identity based on provided personally identifiable information (PII).
Dictionary of personally identifiable information required to verify identity.
Verified identity results.
NotSignedInError
UnsupportedVerificationMethodError
UnsupportedNetworkLocationError
ServiceError
UnknownGraphQLError
FatalError
Attempts to verify identity based on provided identity documents.
Identity document information
Verified identity results.
NotSignedInError
UnsupportedVerificationMethodError
UnsupportedNetworkLocationError
ServiceError
UnknownGraphQLError
FatalError
Client interface for accessing Secure ID Verification service.