verifyEmail method
ResponseFuture<VerifyEmailResponse>
verifyEmail(
- VerifyEmailRequest request, {
- 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);
}