Newer Version Available

This content describes an older version of this product. View Latest

IdentityVerificationExt Interface

The IdentityVerificationExt interface enables you to verify a caller’s identity.

Namespace

id_verification

Usage

The id_verification.IdentityVerificationExt interface is called by the Verify Customer Identity flow.

To implement this interface, you must first declare a class with the implements keyword as follows:
Next, your class must also provide implementation for the following methods:
The method you implemented must be declared as global or public.

IdentityVerificationExt Methods

The following are methods for IdentityVerificationExt.

getVerifiers(var1)

Returns the verification data that contains the columns to be verified.

Signature

public id_verification.VerificationContext getVerifiers(id_verification.VerificationContext var1)

Parameters

var1
Type: id_verification.VerificationContext
Contains information about the verification context, including the process definition, selected search result, selected verified result, and verified result.

IdentityVerificationExt Example Implementation

This example shows an implementation of the id_verification.IdentityVerificationExt interface.

The MockIdentityVerificationExt implements the id_verification.IdentityVerificationExt interface and MockIdentityVerificationExtHelper contains the logic for each method.

The following example tests the implementation: