TokenCreateResult
Class: warmhub.TokenCreateResult
TokenCreateResult(token: str, name: str, expires_at: float, created_at: float, scopes: tuple[TokenCreateResultScopesItem, ...] | None = None, warnings: tuple[str, ...] | None = None, extra: Mapping[str, JsonValue] = _no_extra())Generated from TokenCreateResult.
Properties and attributes
Section titled “Properties and attributes”tokenDocumentation is not yet available.
nameDocumentation is not yet available.
expires_at
Section titled “expires_at”expires_atDocumentation is not yet available.
created_at
Section titled “created_at”created_atDocumentation is not yet available.
scopes
Section titled “scopes”scopes = NoneDocumentation is not yet available.
warnings
Section titled “warnings”warnings = 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.