Skip to content

WhoamiInfo1

Class: warmhub.WhoamiInfo1

WhoamiInfo1(authenticated: Literal[True], email: str, user_id: str, auth_method: Literal['interactive', 'pat'], token_name: str | None, token_description: str | None, scopes: tuple[WhoamiScopeEntry, ...] | None, expires_at: float | None, identity_wref: str | None, extra: Mapping[str, JsonValue] = _no_extra())

Generated from WhoamiInfo1.

authenticated

Documentation is not yet available.

email

Documentation is not yet available.

user_id

Documentation is not yet available.

auth_method

Documentation is not yet available.

token_name

Documentation is not yet available.

token_description

Documentation is not yet available.

scopes

Documentation is not yet available.

expires_at

Documentation is not yet available.

identity_wref

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.