verifyEmail method

ResponseFuture<VerifyEmailResponse> verifyEmail(
  1. VerifyEmailRequest request, {
  2. CallOptions? options,
})

Verify the email

Verify the email with the generated code.

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

Implementation

$grpc.ResponseFuture<$0.VerifyEmailResponse> verifyEmail(
  $0.VerifyEmailRequest request, {
  $grpc.CallOptions? options,
}) {
  return $createUnaryCall(_$verifyEmail, request, options: options);
}