1 import type { HumanVerificationMethodType } from '@proton/shared/lib/interfaces';
3 export interface VerificationSearchParameters {
5 * Human verification start token
9 * Available human verification methods
10 * captcha | payment | sms | email | invite | coupon
12 methods?: HumanVerificationMethodType[];
14 * Force embed in case the checks fail to detect it for some reason
17 /* Which language to display the app in */
19 /* Default country, used in defaulting the phone number for example */
20 defaultCountry?: string;
21 /* Default email value, used in email input display */
22 defaultEmail?: string;
23 /* Default phone number, used in the phone input display */
24 defaultPhone?: string;
25 /* Whether the embedder requires the verify app to display in vpn-branding mode */