Attempts to extracts identity information from provided identity documents, and then use that to verify identity.
Identity document information
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.
Sets an optional callback to handle sign-in when operations are attempted while not signed in.
When set, all operations (excepting subscriptions and initialization/reset) will check sign-in status before performing their normal behavior. If the client is not signed in, the callback will be invoked to allow the host app to perform sign-in. Once the callback completes, then the client will attempt the original operation that triggered the callback. If the callback throws an error, then the error will be propagated to the caller and the original operation will not be attempted. To clear the callback, call this method with no arguments or undefined.
Optionalcallback: SudoPlatformSignInCallbackAttempts to verify identity based on provided personally identifiable information (PII).
Dictionary of personally identifiable information required to verify identity.
Verified identity results.
Attempts to verify identity based on provided identity documents.
Identity document information
Verified identity results.
Withdraws the user's identity data processing consent.
Response indicating if the withdrawal was processed.
Client interface for accessing Secure ID Verification service.