qcs_api_client.api.authentication.auth_email_password_reset_token#

Module Contents#

Functions#

sync(→ qcs_api_client.types.Response[Any])

Email Password Reset Token

sync_from_dict(→ qcs_api_client.types.Response[Any])

asyncio(→ qcs_api_client.types.Response[Any])

Email Password Reset Token

asyncio_from_dict(→ qcs_api_client.types.Response[Any])

qcs_api_client.api.authentication.auth_email_password_reset_token.sync(*, client: httpx.Client, json_body: qcs_api_client.models.auth_email_password_reset_token_request.AuthEmailPasswordResetTokenRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Email Password Reset Token

Send a password reset link to the provided email address, if that email matches a registered user.

Parameters

json_body (AuthEmailPasswordResetTokenRequest) –

Returns

Response[Any]

qcs_api_client.api.authentication.auth_email_password_reset_token.sync_from_dict(*, client: httpx.Client, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#
async qcs_api_client.api.authentication.auth_email_password_reset_token.asyncio(*, client: httpx.AsyncClient, json_body: qcs_api_client.models.auth_email_password_reset_token_request.AuthEmailPasswordResetTokenRequest, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#

Email Password Reset Token

Send a password reset link to the provided email address, if that email matches a registered user.

Parameters

json_body (AuthEmailPasswordResetTokenRequest) –

Returns

Response[Any]

async qcs_api_client.api.authentication.auth_email_password_reset_token.asyncio_from_dict(*, client: httpx.AsyncClient, json_body_dict: Dict, httpx_request_kwargs: Dict[str, Any] = {}) qcs_api_client.types.Response[Any]#