Initializes the Secure ID Verification client.
Specify the SudoUserClient and Logger to use. If no Logger is specified, a new one is constructed.
ConfigurationSetNotFoundError If identity verification service is not configured in the environment
Attempts to extracts identity information from provided identity documents, and then use that to verify identity.
Identity document information. The verificationMethod property must be absent or set to VerificationMethod.GovernmentID
Verified identity results.
NotSignedInError
IllegalArgumentError
UnknownGraphQLError
ServiceError
FatalError
Queries the current identity verification status for the signed in user.
Optional
queryOption: QueryOptionVerified identity results.
NotSignedInError
UnknownGraphQLError
ServiceError
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: QueryOptionList 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. The verificationMethod property must be absent or set to VerificationMethod.KnowledgeOfPII
Verified identity results.
NotSignedInError
UnknownGraphQLError
ServiceError
FatalError
Attempts to verify identity based on provided identity documents.
Identity document information. The verificationMethod property must be absent or set to VerificationMethod.GovernmentID
Verified identity results.
NotSignedInError
IllegalArgumentError
UnknownGraphQLError
ServiceError
FatalError
Implementation of Secure ID Verification client.