verifyPhone method

ResponseFuture<VerifyPhoneResponse> verifyPhone(
  1. VerifyPhoneRequest request, {
  2. CallOptions? options,
})

Verify the phone

Verify the phone with the generated code.

Deprecated: please move to the corresponding endpoint under user service v2 (GA).

Implementation

$grpc.ResponseFuture<$0.VerifyPhoneResponse> verifyPhone(
  $0.VerifyPhoneRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$verifyPhone, request, options: options);
}