C#: Sign out a user

Signs out the current user, if there is a logged in user.

Examples

Sign out

await supabase.Auth.SignOut();

Sign out with a scope

await supabase.Auth.SignOut(SignOutScope.Local);