Skip to content

TokenInfo

Class: warmhub.TokenInfo

TokenInfo(name: str, expires_at: float | None, revoked_at: float | None, created_at: float, description: str | None = None, scopes: tuple[TokenInfoScopesItem, ...] | None = None, committer_identity_wref: str | None = None, extra: Mapping[str, JsonValue] = _no_extra())

Generated from TokenInfo.

name

Documentation is not yet available.

expires_at

Documentation is not yet available.

revoked_at

Documentation is not yet available.

created_at

Documentation is not yet available.

description = None

Documentation is not yet available.

scopes = None

Documentation is not yet available.

committer_identity_wref = None

Documentation is not yet available.

extra = field(default_factory=_no_extra)

Keys the server sent that this contract does not name. Preserved so a backend that ships a field before the SDK regenerates loses nothing.