Skip to main content

MandaitorProviderProps

@mandaitor/react


@mandaitor/react / MandaitorProviderProps

Interface: MandaitorProviderProps

Defined in: components/MandaitorProvider.d.ts:47

Props for MandaitorProvider: tenant ID, API URL/credentials, auth mode, theme overrides, and children.

Properties

apiKey?

optional apiKey?: string

Defined in: components/MandaitorProvider.d.ts:50


apiUrl?

optional apiUrl?: string

Defined in: components/MandaitorProvider.d.ts:49


auth?

optional auth?: object

Defined in: components/MandaitorProvider.d.ts:52

clientId?

optional clientId?: string

issuer?

optional issuer?: string

type

type: "oidc" | "api_key"


children

children: ReactNode

Defined in: components/MandaitorProvider.d.ts:58


configAuthToken?

optional configAuthToken?: string

Defined in: components/MandaitorProvider.d.ts:51


tenantId

tenantId: string

Defined in: components/MandaitorProvider.d.ts:48


theme?

optional theme?: Partial<MandaitorTheme>

Defined in: components/MandaitorProvider.d.ts:57