removeHumanAuthFactorOTPEmail method
ResponseFuture<RemoveHumanAuthFactorOTPEmailResponse>
removeHumanAuthFactorOTPEmail(
- RemoveHumanAuthFactorOTPEmailRequest request, {
- CallOptions? options,
Implementation
$grpc.ResponseFuture<$0.RemoveHumanAuthFactorOTPEmailResponse> removeHumanAuthFactorOTPEmail($0.RemoveHumanAuthFactorOTPEmailRequest request, {$grpc.CallOptions? options}) {
return $createUnaryCall(_$removeHumanAuthFactorOTPEmail, request, options: options);
}