C#: Verify and log in through OTP

Examples

Verify Sms One-Time Password (OTP)

var session = await supabase.Auth.VerifyOTP("+13334445555", TOKEN, MobileOtpType.SMS);