Auth0 Universal Components
    Preparing search index...

    Interface ThirdPartyAccessSectionProps

    interface ThirdPartyAccessSectionProps {
        checked: boolean;
        className?: string;
        customMessages?: Partial<ThirdPartyAccessMessages>;
        isOrganizationBlocked?: boolean;
        onChange: (checked: boolean) => void;
        readOnly?: boolean;
    }
    Index

    Properties

    checked: boolean
    className?: string
    customMessages?: Partial<ThirdPartyAccessMessages>
    isOrganizationBlocked?: boolean
    onChange: (checked: boolean) => void
    readOnly?: boolean