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

    Interface RecoveryCodeEnrollmentChallengeResponse

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

    Hierarchy

    • EnrollmentChallengeBaseResponse
      • RecoveryCodeEnrollmentChallengeResponse
    Index

    Properties

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