Request parameters for verifying the user's email.
Both properties are optional. If email is provided and skipUserInput is true, the verify OTP bottom sheet will be triggered directly without user editing.
skipUserInput
true
Optional
Email address used for profile verification (for example, "john.doe@example.com").
"john.doe@example.com"
Whether to skip email input and proceed directly to verification.
Request parameters for verifying the user's email.
Remarks
Both properties are optional. If email is provided and
skipUserInputistrue, the verify OTP bottom sheet will be triggered directly without user editing.