Kotlin: Sign out a user

Logs out the current user.

Parameters

Examples

Sign out

supabase.auth.signOut()

Sign out all sessions

supabase.auth.signOut(SignOutScope.GLOBAL)

Sign out all sessions except the current

supabase.auth.signOut(SignOutScope.OTHERS)