Class VerifyOTPParams NamespaceSupabase.Gotrue AssemblySupabase.Gotrue.dll Ref: https://supabase.github.io/gotrue-js/interfaces/VerifyEmailOTPParams.html public class VerifyOTPParams Inheritance object VerifyOTPParams Inherited Members object.Equals(object) object.Equals(object, object) object.GetHashCode() object.GetType() object.MemberwiseClone() object.ReferenceEquals(object, object) object.ToString() Extension Methods DictionaryExtensions.MergeLeft<T, K, V>(T, params IDictionary<K, V>[]) Properties Email [JsonProperty("email")] public string? Email { get; set; } Property Value string Phone [JsonProperty("phone")] public string? Phone { get; set; } Property Value string Token [JsonProperty("token")] public string? Token { get; set; } Property Value string Type [JsonProperty("type")] public string? Type { get; set; } Property Value string