UserEntry#
- class hyd.backend.user.models.UserEntry(**kwargs)[source]#
Methods
__init__(**kwargs)A simple constructor that allows initialization from kwargs.
check_scope_permission(*, scope)Check if the given scope is permitted for the given session.
check_token_project_permission(*, project_id)Attributes
hashed_passwordidis_adminis_disabledlogin_token_entriesmetadataregistrysession_token_entrytoken_entriesusername- check_scope_permission(*, scope: str) bool[source]#
Check if the given scope is permitted for the given session.
- created_at: Mapped[datetime]#
- updated_at: Mapped[datetime.datetime | None]#