Skip to main content
Example
export interface MfaSmsEnrollmentOptions {
  phone?: string;
  captcha?: string;
  [key: string]: string | number | boolean | undefined;
}

Properties

captcha?
string
phone?
string