C#: Retrieve a user

Returns the user data, if there is a logged in user.

Examples

Get the logged in user

var user = supabase.Auth.CurrentUser;