kittycad.api.meta.auth_session

Functions

asyncio(*, client)

Get information about your API request session.

asyncio_detailed(*, client)

rtype

Response[Union[Any, AuthSession, ErrorMessage]]

sync(*, client)

Get information about your API request session.

sync_detailed(*, client)

rtype

Response[Union[Any, AuthSession, ErrorMessage]]