asyncio(callback_url, email, token, *, client)
|
- rtype
Union[Any, Error, None]
|
asyncio_detailed(callback_url, email, token, ...)
|
- rtype
Response[Union[Any, Error]]
|
sync(callback_url, email, token, *, client)
|
- rtype
Union[Any, Error, None]
|
sync_detailed(callback_url, email, token, *, ...)
|
- rtype
Response[Union[Any, Error]]
|