Interface EnrollVerificationRequest

interface EnrollVerificationRequest {
    client_id?: string;
    device_id?: string;
    exchange_id?: string;
    fido2_client_response?: FIDO2EnrollEntity;
    pass_code?: string;
    sub?: string;
    verification_type?: string;
}

Properties

client_id?: string

unique identifier of client app, can be found in app setting under admin ui

device_id?: string

id of the device

exchange_id?: string

comes from initiate MFA process

fido2_client_response?: FIDO2EnrollEntity

the message that a client sends to a server after successfully authenticating a user using public key cryptography

pass_code?: string

code to authenticae

sub?: string

subject (User) identifier

verification_type?: string

type of MFA to be used for verification