Class VerifyOTPParams
- Namespace
- Supabase.Gotrue
- Assembly
- Supabase.Gotrue.dll
public class VerifyOTPParams
- Inheritance
-
VerifyOTPParams
- Inherited Members
-
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