@auth0/auth0-angular
    Preparing search index...

    Interface TotpEnrollmentVerifyOptions

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

    Hierarchy

    • EnrollmentVerifyBaseOptions
      • TotpEnrollmentVerifyOptions
    Index

    Properties

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