Interface TotpEnrollmentChallengeOptions

interface TotpEnrollmentChallengeOptions {
    type: "totp";
}

Properties

Properties

type: "totp"