UNPKG

onfido-sdk-ui

Version:

JavaScript SDK view layer for Onfido identity verification

10 lines (9 loc) 290 B
export type CrossDeviceMethod = 'copy_link' | 'qr_code' | 'sms'; export type CrossDeviceConnectModuleConfiguration = { smsNumberCountryCode?: string; smsNumber?: string; methods?: CrossDeviceMethod[]; }; export type CrossDeviceConnectModuleInput = { allowBack?: boolean; };