kittycad.api.hidden.auth_email

Functions

asyncio(body, *, client)

rtype:

Union[VerificationToken, Error, None]

asyncio_detailed(body, *, client)

rtype:

Response[Union[VerificationToken, Error, None]]

sync(body, *, client)

rtype:

Union[VerificationToken, Error, None]

sync_detailed(body, *, client)

rtype:

Response[Union[VerificationToken, Error, None]]

kittycad.api.hidden.auth_email._build_response(*, response)[source][source]
Return type:

Response[Union[VerificationToken, Error, None]]

kittycad.api.hidden.auth_email._get_kwargs(body, *, client)[source][source]
Return type:

Dict[str, Any]

kittycad.api.hidden.auth_email._parse_response(*, response)[source][source]
Return type:

Union[VerificationToken, Error, None]

async kittycad.api.hidden.auth_email.asyncio(body, *, client)[source][source]
Return type:

Union[VerificationToken, Error, None]

async kittycad.api.hidden.auth_email.asyncio_detailed(body, *, client)[source][source]
Return type:

Response[Union[VerificationToken, Error, None]]

kittycad.api.hidden.auth_email.sync(body, *, client)[source][source]
Return type:

Union[VerificationToken, Error, None]

kittycad.api.hidden.auth_email.sync_detailed(body, *, client)[source][source]
Return type:

Response[Union[VerificationToken, Error, None]]