sendHumanResetPasswordNotification method

ResponseFuture<SendHumanResetPasswordNotificationResponse> sendHumanResetPasswordNotification(
  1. SendHumanResetPasswordNotificationRequest request, {
  2. CallOptions? options,
})

Send Reset Password Notification

Deprecated: use user service v2 PasswordReset instead.

The user will receive an email with a link to change the password.

Implementation

$grpc.ResponseFuture<$0.SendHumanResetPasswordNotificationResponse>
    sendHumanResetPasswordNotification(
  $0.SendHumanResetPasswordNotificationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$sendHumanResetPasswordNotification, request,
      options: options);
}