resendHumanPhoneVerification method
ResponseFuture<ResendHumanPhoneVerificationResponse>
resendHumanPhoneVerification(
- ResendHumanPhoneVerificationRequest request, {
- CallOptions? options,
Resend User Phone Verification
Deprecated: use user service v2 user service v2 ResendPhoneCode instead.
Resend the notification for the verification of the phone number, to the number stored on the user.
Implementation
$grpc.ResponseFuture<$0.ResendHumanPhoneVerificationResponse>
resendHumanPhoneVerification(
$0.ResendHumanPhoneVerificationRequest request, {
$grpc.CallOptions? options,
}) {
return $createUnaryCall(_$resendHumanPhoneVerification, request,
options: options);
}