Type Alias OpenfortProviderProps

OpenfortProviderProps: {
    debugMode?: boolean;
    ecosystemId: string;
    publishableKey: string;
    thirdPartyAuthentication?: boolean;
    embeddedSignerConfiguration: EmbeddedSignerConfiguration;
    onRedirectCallback?: ((appState?: AppState) => void);
}