Auth0 Universal Components
    Preparing search index...

    Interface IdpConfig

    interface IdpConfig {
        organization: {
            can_set_assign_membership_on_login: boolean;
            can_set_show_as_button: boolean;
        };
        strategies: Record<IdpStrategy, IdpStrategyConfig>;
    }
    Index

    Properties

    organization: {
        can_set_assign_membership_on_login: boolean;
        can_set_show_as_button: boolean;
    }
    strategies: Record<IdpStrategy, IdpStrategyConfig>