Skip to main content

MandaitorProviderProps

@mandaitor/react


@mandaitor/react / MandaitorProviderProps

Interface: MandaitorProviderProps

Defined in: components/MandaitorProvider.tsx:27

Properties

apiKey?

optional apiKey: string

Defined in: components/MandaitorProvider.tsx:30


apiUrl?

optional apiUrl: string

Defined in: components/MandaitorProvider.tsx:29


auth?

optional auth: object

Defined in: components/MandaitorProvider.tsx:32

clientId?

optional clientId: string

issuer?

optional issuer: string

type

type: "oidc" | "api_key"


children

children: ReactNode

Defined in: components/MandaitorProvider.tsx:38


configAuthToken?

optional configAuthToken: string

Defined in: components/MandaitorProvider.tsx:31


tenantId

tenantId: string

Defined in: components/MandaitorProvider.tsx:28


theme?

optional theme: Partial<MandaitorTheme>

Defined in: components/MandaitorProvider.tsx:37