Interface SeamQueryProviderPropsWithClientSessionToken

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

Hierarchy (view full)

Properties

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