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.
Properties and attributes
Section titled “Properties and attributes”nameDocumentation is not yet available.
expires_at
Section titled “expires_at”expires_atDocumentation is not yet available.
revoked_at
Section titled “revoked_at”revoked_atDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
description
Section titled “description”description = NoneDocumentation is not yet available.
scopes
Section titled “scopes”scopes = NoneDocumentation is not yet available.
committer_identity_wref
Section titled “committer_identity_wref”committer_identity_wref = NoneDocumentation 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.