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

    Interface TotpEnrollmentChallengeResponse

    interface TotpEnrollmentChallengeResponse {
        auth_session: string;
        barcode_uri: string;
        id: string;
        location: string;
        manual_input_code?: string;
        type: "totp";
    }

    Hierarchy

    • EnrollmentChallengeBaseResponse
      • TotpEnrollmentChallengeResponse
    Index

    Properties

    auth_session: string
    barcode_uri: string
    id: string
    location: string
    manual_input_code?: string
    type: "totp"