Table of Contents

Class SignInWithSSOOptions

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll

Options used for signing in a user using single sign on (SSO).

public class SignInWithSSOOptions : SignInOptions
Inheritance
SignInWithSSOOptions
Inherited Members

Properties

CaptchaToken

Verification token received when the user completes the captcha on the site.

[JsonProperty("captchaToken")]
public string? CaptchaToken { get; set; }

Property Value

string