Table of Contents

Delegate IGotrueClient<TUser, TSession>.AuthEventHandler

Namespace
Supabase.Gotrue.Interfaces
Assembly
Supabase.Gotrue.dll

The method that is called when there is a user state change.

public delegate void IGotrueClient<TUser, TSession>.AuthEventHandler(IGotrueClient<TUser, TSession> sender, Constants.AuthState stateChanged)

Parameters

sender IGotrueClient<TUser, TSession>
The method that is called when there is a user state change.
stateChanged Constants.AuthState
The method that is called when there is a user state change.