Initializes the Secure ID Verification client.
Specify the SudoUserClient and Logger to use. If no Logger is specified, a new one is constructed.
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.
Queries the current identity verification status for the signed in user.
Verified identity results.
Retrieves the content for identity data processing consent, for a given preferred language (in RFC 5646 format) and content type.
Preferred content type and language for consent content.
Consent content for the given preferences.
Retrieves the user's current identity data processing consent status.
Consent status for the user.
Attempt to initiate ID document capture using underlying provider's web based method.
Information a client can use to initiate document capture.
Provides the user's identity data processing consent.
Consent content, content type, and language.
Response indicating if the consent was processed.
Resets internal state and clear any cached data.
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.
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.
Withdraws the user's identity data processing consent.
Response indicating if the withdrawal was processed.
Implementation of Secure ID Verification client.