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.
Properties and attributes
Section titled “Properties and attributes”authenticated
Section titled “authenticated”authenticatedDocumentation is not yet available.
emailDocumentation is not yet available.
user_id
Section titled “user_id”user_idDocumentation is not yet available.
auth_method
Section titled “auth_method”auth_methodDocumentation is not yet available.
token_name
Section titled “token_name”token_nameDocumentation is not yet available.
token_description
Section titled “token_description”token_descriptionDocumentation is not yet available.
scopes
Section titled “scopes”scopesDocumentation is not yet available.
expires_at
Section titled “expires_at”expires_atDocumentation is not yet available.
identity_wref
Section titled “identity_wref”identity_wrefDocumentation 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.