resendHumanEmailVerification method

ResponseFuture<ResendHumanEmailVerificationResponse> resendHumanEmailVerification(
  1. ResendHumanEmailVerificationRequest request, {
  2. CallOptions? options,
})

Resend User Email Verification

Deprecated: use user service v2 ResendEmailCode instead.

Resend the email verification notification to the given email address of the user.

Implementation

$grpc.ResponseFuture<$0.ResendHumanEmailVerificationResponse>
    resendHumanEmailVerification(
  $0.ResendHumanEmailVerificationRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$resendHumanEmailVerification, request,
      options: options);
}