kittycad.api.users.get_user_front_hash_self

Functions

asyncio(*, client)

This info is sent to front when initialing the front chat, it prevents impersonations using js hacks in the browser

asyncio_detailed(*, client)

rtype:

Response[Union[str, Error, None]]

sync(*, client)

This info is sent to front when initialing the front chat, it prevents impersonations using js hacks in the browser

sync_detailed(*, client)

rtype:

Response[Union[str, Error, None]]

kittycad.api.users.get_user_front_hash_self._build_response(*, response)[source][source]
Return type:

Response[Union[str, Error, None]]

kittycad.api.users.get_user_front_hash_self._get_kwargs(*, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.users.get_user_front_hash_self._parse_response(*, response)[source][source]
Return type:

Union[str, Error, None]

async kittycad.api.users.get_user_front_hash_self.asyncio(*, client)[source][source]

This info is sent to front when initialing the front chat, it prevents impersonations using js hacks in the browser

Return type:

Union[str, Error, None]

async kittycad.api.users.get_user_front_hash_self.asyncio_detailed(*, client)[source][source]
Return type:

Response[Union[str, Error, None]]

kittycad.api.users.get_user_front_hash_self.sync(*, client)[source][source]

This info is sent to front when initialing the front chat, it prevents impersonations using js hacks in the browser

Return type:

Union[str, Error, None]

kittycad.api.users.get_user_front_hash_self.sync_detailed(*, client)[source][source]
Return type:

Response[Union[str, Error, None]]