C#: Create a new user

Creates a new user.

Examples

Sign up.

var session = await supabase.Auth.SignUp(email, password);