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

    Interface PhoneEnrollmentChallengeResponse

    interface PhoneEnrollmentChallengeResponse {
        auth_session: string;
        id: string;
        location: string;
        type: "phone";
    }

    Hierarchy

    • EnrollmentChallengeBaseResponse
      • PhoneEnrollmentChallengeResponse
    Index

    Properties

    auth_session: string
    id: string
    location: string
    type: "phone"