kittycad.api.hidden.auth_email_callback

Functions

asyncio(email, token, *, client[, callback_url])

rtype:

Optional[Error]

asyncio_detailed(email, token, *, client[, ...])

rtype:

Response[Optional[Error]]

sync(email, token, *, client[, callback_url])

rtype:

Optional[Error]

sync_detailed(email, token, *, client[, ...])

rtype:

Response[Optional[Error]]

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

Response[Optional[Error]]

kittycad.api.hidden.auth_email_callback._get_kwargs(email, token, *, client, callback_url=None)[source][source]
Return type:

Dict[str, Any]

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

Optional[Error]

async kittycad.api.hidden.auth_email_callback.asyncio(email, token, *, client, callback_url=None)[source][source]
Return type:

Optional[Error]

async kittycad.api.hidden.auth_email_callback.asyncio_detailed(email, token, *, client, callback_url=None)[source][source]
Return type:

Response[Optional[Error]]

kittycad.api.hidden.auth_email_callback.sync(email, token, *, client, callback_url=None)[source][source]
Return type:

Optional[Error]

kittycad.api.hidden.auth_email_callback.sync_detailed(email, token, *, client, callback_url=None)[source][source]
Return type:

Response[Optional[Error]]