Auth0 Universal Components
    Preparing search index...

    Interface SsoProviderAttributeSyncAlertProps

    interface SsoProviderAttributeSyncAlertProps {
        classes?: SsoProviderAttributeSyncAlertClasses;
        customMessages?: Partial<AttributeSyncAlertMessages>;
        isSyncing?: boolean;
        onSync?: () => void | Promise<void>;
        style?: CSSProperties;
        translatorKey?: string;
    }
    Index

    Properties

    customMessages?: Partial<AttributeSyncAlertMessages>
    isSyncing?: boolean
    onSync?: () => void | Promise<void>
    style?: CSSProperties
    translatorKey?: string