UNPKG

@dynamic-labs/sdk-react-core

Version:

A React SDK for implementing wallet web3 authentication and authorization to your website.

5 lines (4 loc) 365 B
import { PhoneData } from '@dynamic-labs/types'; import { useEmbeddedWalletSessionKeys } from '../../../utils/hooks'; import { ProviderHandler } from '../types'; export declare const createSmsHandler: (environmentId: string, { shouldRegisterSessionKeysOnSignin, generateSessionKey, }: ReturnType<typeof useEmbeddedWalletSessionKeys>) => ProviderHandler<PhoneData>;