Interface RecoveryCodeEnrollmentChallengeResponse

interface RecoveryCodeEnrollmentChallengeResponse {
    auth_session: string;
    id: string;
    location: string;
    recovery_code: string;
    type: "recovery-code";
}

Hierarchy

  • EnrollmentChallengeBaseResponse
    • RecoveryCodeEnrollmentChallengeResponse

Properties

auth_session: string
id: string
location: string
recovery_code: string
type: "recovery-code"