Signs out the current user, if there is a logged in user.
SignOut()
await supabase.Auth.SignOut();
await supabase.Auth.SignOut(SignOutScope.Local);