Skip to main content

MandaitorProviderProps

@mandaitor/react


@mandaitor/react / MandaitorProviderProps

Interface: MandaitorProviderProps

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

Properties

apiKey?

optional apiKey?: string

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


apiUrl?

optional apiUrl?: string

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


auth?

optional auth?: object

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

clientId?

optional clientId?: string

issuer?

optional issuer?: string

type

type: "oidc" | "api_key"


children

children: ReactNode

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


configAuthToken?

optional configAuthToken?: string

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


tenantId

tenantId: string

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


theme?

optional theme?: Partial<MandaitorTheme>

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