Interface SeamQueryProviderPropsWithPublishableKey

interface SeamQueryProviderPropsWithPublishableKey {
    children?: ReactNode;
    endpoint?: string;
    isUndocumentedApiEnabled?: boolean;
    onSessionUpdate?: ((client: SeamHttp) => void);
    publishableKey: string;
    queryClient?: QueryClient;
    userIdentifierKey?: string;
}

Hierarchy (view full)

Properties

children?: ReactNode
endpoint?: string
isUndocumentedApiEnabled?: boolean
onSessionUpdate?: ((client: SeamHttp) => void)
publishableKey: string
queryClient?: QueryClient
userIdentifierKey?: string