Class DebugNotification
Manages the debug listeners for the Gotrue Client. You'll want to install a debug listener to get debug information back - especially for errors from the background RefreshToken thread.
public class DebugNotification
- Inheritance
-
DebugNotification
- Inherited Members
Methods
AddDebugListener(Action<string, Exception?>)
Add a debug listener to the Gotrue Client. This will be called with debug information
public void AddDebugListener(Action<string, Exception?> listener)
Parameters
Log(string, Exception?)
Send a debug message to all debug listeners
public void Log(string message, Exception? e = null)