@auth0/auth0-acul-react - v1.7.0
    Preparing search index...

    Interface CountryCodesMembers

    interface CountryCodesMembers {
        available: AvailableCountryCode[] | null;
        recommended: string | null;
    }
    Index

    Properties

    available: AvailableCountryCode[] | null

    Countries available for phone entry, sorted by localized label. null unless the screen's rendering configuration asks for them: { "context_configuration": ["country_codes"] }.

    code is not unique — a country with several dial codes contributes one entry per code — so key a rendered list on code and dialCode together. Only code is submitted, so those entries are not independently selectable.

    recommended: string | null

    ISO 3166-1 alpha-2 code to preselect, not an index into available. null when unresolved.