is_sso_user (bool, defaults to False), deleted_at (optional string), and banned_until (optional string) in addition to the existing fields.Takes in an optional access token JWT. If no JWT is provided, the JWT from the current session is used.
response = supabase.auth.get_user()
response = supabase.auth.get_user(jwt)