The dictionary representation of a user.
MinimalUserDict()typing.TypedDictThe required unique identifier for the user.
The typing.Optional display name for the user.
Whether the user is authenticated. Defaults to True.
A list of permissions associated with the user.
You can use these in your @auth.on authorization logic to determine
access permissions to different resources.