Auth0 Universal Components
    Preparing search index...

    Interface UseSsoDomainTabOptions

    interface UseSsoDomainTabOptions {
        customMessages?: Partial<Record<string, unknown>>;
        domains: SsoDomainsTabEditProps;
        provider: IdpKnownResponse | null;
        readOnly?: boolean;
        schema?: object;
        styling?: ComponentStyling<Record<string, string | undefined>>;
    }

    Hierarchy

    • SharedComponentProps
      • UseSsoDomainTabOptions
    Index

    Properties

    customMessages?: Partial<Record<string, unknown>>
    provider: IdpKnownResponse | null
    readOnly?: boolean
    schema?: object
    styling?: ComponentStyling<Record<string, string | undefined>>