Logs out the current user.
signOut()
The scope of the sign-out.
supabase.auth.signOut()
supabase.auth.signOut(SignOutScope.GLOBAL)
supabase.auth.signOut(SignOutScope.OTHERS)