MandaitorProviderProps
@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?
optionalapiKey?:string
Defined in: components/MandaitorProvider.d.ts:50
apiUrl?
optionalapiUrl?:string
Defined in: components/MandaitorProvider.d.ts:49
auth?
optionalauth?:object
Defined in: components/MandaitorProvider.d.ts:52
clientId?
optionalclientId?:string
issuer?
optionalissuer?:string
type
type:
"oidc"|"api_key"
children
children:
ReactNode
Defined in: components/MandaitorProvider.d.ts:58
configAuthToken?
optionalconfigAuthToken?:string
Defined in: components/MandaitorProvider.d.ts:51
tenantId
tenantId:
string
Defined in: components/MandaitorProvider.d.ts:48
theme?
optionaltheme?:Partial<MandaitorTheme>
Defined in: components/MandaitorProvider.d.ts:57