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.

Verifier Class

Contains a list of input representations for verifier fields, including the optional and required fields.

Namespace

id_verification

Verifier Constructors

The following are constructors for Verifier.

Verifier(developerName, verificationState)

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

Signature

public Verifier(String developerName, String verificationState)

1id_verification.Verifier, newinstance, [String, String], id_verification.Verifier

Parameters

developerName
Type: String
Specifies the developer name of the field.
verificationState
Type: String
Indicates the verification state on the field.

Verifier()

Creates an instance of the Verifier class.

Signature

public Verifier()

1id_verification.Verifier, newinstance, [], id_verification.Verifier

Verifier Properties

The following are properties for Verifier.

developerName

Specifies the developer name of the field.

Signature

public String developerName {get; set;}

1id_verification.Verifier, developerName

Property Value

Type: String

verificationState

Indicates the verification state on the field.

Signature

public String verificationState {get; set;}

1id_verification.Verifier, verificationState

Property Value

Type: String