Table of Contents

Class SignInWithPasswordlessEmailOptions

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll

Options used for signing in a user with passwordless Options

public class SignInWithPasswordlessEmailOptions : SignInWithPasswordlessOptions
Inheritance
SignInWithPasswordlessEmailOptions
Inherited Members

Constructors

SignInWithPasswordlessEmailOptions(string)

public SignInWithPasswordlessEmailOptions(string email)

Parameters

email string

The user's email address.

Properties

Email

The user's email address.

public string Email { get; }

Property Value

string

EmailRedirectTo

The redirect url embedded in the email link.

public string? EmailRedirectTo { get; set; }

Property Value

string

FlowType

Represents an OAuth Flow type, defaults to Implicit

PKCE is recommended for mobile and server-side applications.

public Constants.OAuthFlowType FlowType { get; set; }

Property Value

Constants.OAuthFlowType