Skip to content

CredentialInfo

Class: warmhub.CredentialInfo

CredentialInfo(name: str, scope: Literal['org', 'repo'], key_names: tuple[str, ...], created_at: float, updated_at: float, description: str | None = None, revoked_at: float | None = None, extra: Mapping[str, JsonValue] = _no_extra())

Generated from CredentialInfo.

name

Documentation is not yet available.

scope

Documentation is not yet available.

key_names

Documentation is not yet available.

created_at

Documentation is not yet available.

updated_at

Documentation is not yet available.

description = None

Documentation is not yet available.

revoked_at = 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.