Interface AuthenticateMFARequest

interface AuthenticateMFARequest {
    exchange_id: string;
    pass_code: string;
    requestId?: PerformanceServerTiming;
    sub?: string;
    type: string;
}

Properties

exchange_id: string

comes from initiate MFA process

pass_code: string

code which has been sent to predetermined verification type

requestId?: PerformanceServerTiming

id generated on Authz request

sub?: string

Subject (User) identifier

type: string

type of MFA to be used for verification