Ask a question to get started
Enter to send•Shift+Enter new line
MinimalUserDict()
typing.TypedDict
The 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.
@auth.on
The dictionary representation of a user.