TokenEntry#

class hyd.backend.token.models.TokenEntry(**kwargs)[source]#

Methods

__init__(**kwargs)

A simple constructor that allows initialization from kwargs.

check_expiration(*, db)

Attributes

comment

created_at

expires_on

id

is_expired

is_login_token

last_request

metadata

project_id

registry

revoked_at

scope_entries

updated_at

user_entry

user_id

created_at: Mapped[dt.datetime]#
updated_at: Mapped[dt.datetime | None]#