Interface TotpEnrollmentVerifyOptions

interface TotpEnrollmentVerifyOptions {
    auth_session: string;
    location: string;
    otp_code: string;
    type: "totp";
}

Hierarchy

  • EnrollmentVerifyBaseOptions
    • TotpEnrollmentVerifyOptions

Properties

auth_session: string
location: string
otp_code: string
type: "totp"