Note: This release is in preview. Features described here don’t become generally available until the latest general availability date that Salesforce announces for this release. Before then, and where features are noted as beta, pilot, or developer preview, we can’t guarantee general availability within any particular time frame or at all. Make your purchase decisions only on the basis of generally available products and features.

VerifiedResult Class

Contains information about the verification result that includes the required verifiers and optional verifiers and the verification status.

Namespace

id_verification

VerifiedResult Constructors

The following are constructors for VerifiedResult.

VerifiedResult(requiredVerifiers, optionalVerifiers)

Creates an instance of the VerifiedResult class with the specified parameter values.

Signature

public VerifiedResult(List<id_verification.Verifier> requiredVerifiers, List<id_verification.Verifier> optionalVerifiers)

1id_verification.VerifiedResult, newinstance, [List<id_verification.Verifier>, List<id_verification.Verifier>], id_verification.VerifiedResult

Parameters

requiredVerifiers
Type: List<id_verification.Verifier>
Required. Represents the list of required input representations for verifier fields.
optionalVerifiers
Type: List<id_verification.Verifier>
Represents the list of optional input representations for verifier fields.

VerifiedResult()

Creates an instance of the VerifiedResult class.

Signature

public VerifiedResult()

1id_verification.VerifiedResult, newinstance, [], id_verification.VerifiedResult

VerifiedResult Properties

The following are properties for VerifiedResult.

optionalVerifiers

Represents the list of optional input representations for verifier fields.

Signature

public List<id_verification.Verifier> optionalVerifiers {get; set;}

1id_verification.VerifiedResult, optionalVerifiers

Property Value

Type: List<id_verification.Verifier>

requiredVerifiers

Represents the list of required input representations for verifier fields.

Signature

public List<id_verification.Verifier> requiredVerifiers {get; set;}

1id_verification.VerifiedResult, requiredVerifiers

Property Value

Type: List<id_verification.Verifier>