Skip to main content
Payload for continuing the MFA Voice Enrollment flow.
Example
export interface ContinueOptions extends CustomOptions {
  phone: string;
}

Indexable

[key: string]: string | number | boolean | undefined

Properties

phone
string