kittycad.api.users.get_session_for_user.asyncio

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

This endpoint requires authentication by any KittyCAD user. It returns details of the requested API token for the user.

Return type:

Union[Session, Error, None]