sendHumanResetPasswordNotification method
ResponseFuture<SendHumanResetPasswordNotificationResponse>
sendHumanResetPasswordNotification(
- SendHumanResetPasswordNotificationRequest request, {
- 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);
}