Interface InitiateMFARequest

interface InitiateMFARequest {
    customFields?: { [key: string]: string };
    email?: string;
    medium_id?: string;
    mobile_number?: string;
    request_id?: string;
    sub?: string;
    type?: string;
    usage_type?: string;
}

Properties

customFields?: { [key: string]: string }

predetermined custom fields

email?: string

user email

medium_id?: string

id for medium type (email, sms)

mobile_number?: string

user mobile number

request_id?: string

application request id, generated by oauth call

sub?: string

user subject identifier

type?: string

medium type

usage_type?: string

Type of authentication