kittycad.api.api_tokens.create_api_token_for_user.asyncio

async kittycad.api.api_tokens.create_api_token_for_user.asyncio(*, client)[source][source]

This endpoint requires authentication by any KittyCAD user. It creates a new API token for the authenticated user.

Return type:

Union[ApiToken, Error, None]