Table of Contents

Class ProviderAuthState

Namespace
Supabase.Gotrue
Assembly
Supabase.Gotrue.dll

Represents an OAuth Provider's URI and Parameters.

For use with Provider Auth, PKCE Auth, and ID Token auth.

public class ProviderAuthState
Inheritance
ProviderAuthState
Derived
Inherited Members

Constructors

ProviderAuthState(Uri)

Constructor

public ProviderAuthState(Uri uri)

Parameters

uri Uri

Properties

PKCEVerifier

The PKCE Verifier nonce, only set during a PKCE auth flow.

public string? PKCEVerifier { get; set; }

Property Value

string

Uri

The Generated Provider's URI

public Uri Uri { get; set; }

Property Value

Uri