Interface PhoneEnrollmentVerifyOptions

interface PhoneEnrollmentVerifyOptions {
    auth_session: string;
    location: string;
    otp_code: string;
    type: "phone";
}

Hierarchy

  • EnrollmentVerifyBaseOptions
    • PhoneEnrollmentVerifyOptions

Properties

auth_session: string
location: string
otp_code: string
type: "phone"