Interface RecoveryCodeEnrollmentChallengeOptions

interface RecoveryCodeEnrollmentChallengeOptions {
    type: "recovery-code";
}

Properties

Properties

type: "recovery-code"