User
Inherits: dict
Authenticated user profile used by Flet authorization flows.
The instance is a mutable mapping with provider-specific user fields and
normalized attributes such as id and groups.
Parameters:
-
kwargs(dict[str, Any]) –Provider-specific user fields to store in the mapping.
-
id(str) –Stable user identifier.
Properties