Represents the customer attribute being attached to the particular verification process.

interface CustomerDataVerificationAttribute {
    type: CustomerDataVerificationAttributeType;
    value: string;
}

Properties

Properties

The type of the customer attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email.

value: string

The value of the customer attribute that will be verified through an additional secure mechanism, such as an OTP code sent via email.