Enum VerificationChannel
Defines the communication channels available for sending verification PIN codes to users.
public enum VerificationChannel
Fields
Email = 2Send the verification code via email to the user's email address.
SilentAuth = 3Verify the user's phone number silently using mobile network authentication without requiring a PIN code. The device must be connected via cellular data.
Sms = 0Send the verification code via SMS text message. Supports optional app_hash for Android auto-detection and entity_id/content_id for Indian carriers.
Voice = 1Deliver the verification code via text-to-speech voice call to the user's phone.
WhatsApp = 4Send the verification code via WhatsApp message. Requires a WhatsApp Business Account (WABA) connected sender number.
WhatsAppInteractive = 5Send the verification code via WhatsApp interactive message with a one-tap button for automatic code submission.