C#: Retrieve a user

Returns the user data, if there is a signed-in user.

Examples

Get the signed-in user

var user = supabase.Auth.CurrentUser;