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

    Interface EmailEnrollmentChallengeResponse

    interface EmailEnrollmentChallengeResponse {
        auth_session: string;
        id: string;
        location: string;
        type: "email";
    }

    Hierarchy

    • EnrollmentChallengeBaseResponse
      • EmailEnrollmentChallengeResponse
    Index

    Properties

    auth_session: string
    id: string
    location: string
    type: "email"