@dynamic-labs/sdk-react-core
Version:
A React SDK for implementing wallet web3 authentication and authorization to your website.
4 lines (3 loc) • 315 B
TypeScript
import { ProviderHandler } from '../types';
import { useEmbeddedWalletSessionKeys } from '../../../utils/hooks';
export declare const createEmailHandler: (environmentId: string, { shouldRegisterSessionKeysOnSignin, generateSessionKey, }: ReturnType<typeof useEmbeddedWalletSessionKeys>) => ProviderHandler<string>;