Table of Contents

Class SignInWithPasswordlessPhoneOptions

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll

Options used for signing in a user with passwordless Options

public class SignInWithPasswordlessPhoneOptions : SignInWithPasswordlessOptions
Inheritance
SignInWithPasswordlessPhoneOptions
Inherited Members

Constructors

SignInWithPasswordlessPhoneOptions(string)

public SignInWithPasswordlessPhoneOptions(string phone)

Parameters

phone string

The user's phone number

Properties

Channel

Messaging channel to use (e.g. whatsapp or sms), Defaults to SMS.

public SignInWithPasswordlessPhoneOptions.MessagingChannel Channel { get; set; }

Property Value

SignInWithPasswordlessPhoneOptions.MessagingChannel

Phone

The user's phone number

public string Phone { get; set; }

Property Value

string