SupabaseAuthAddons class
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Properties
- auth → GoTrueClient
-
Get the auth client from the current SupabaseClient
no setter
-
onAuthStateChange
→ Stream<
AuthChangeEvent> -
The auth event stream.
no setter
Static Methods
-
dispose(
) → void - Dispose the addon to free up resources.
-
intialize(
{required String storagePath}) → Future< void> - Intiailize the auth addons.
-
persistSession(
) → Future< void> - Persist the current user session on the disk
-
recoverPersistedSession(
) → Future< bool> - Recover the persisted session from disk
-
unpersistSession(
) → Future< void> - Remove the persisted session on the disk