Type Alias OpenfortProviderProps

OpenfortProviderProps: {
    debugMode?: boolean;
    ecosystemId: string;
    publishableKey: string;
    walletConfig: OpenfortWalletConfig;
    overrides: SDKOverrides;
    onRedirectCallback?: ((appState?: AppState) => void);
    thirdPartyAuthentication?: boolean;
}